summaryrefslogtreecommitdiff
path: root/lib/collection.h
Commit message (Collapse)AuthorAge
* Populate typed collection of pointersDan Goodliffe2025-03-23
| | | | create and emplace only, so far
* Make Collections::objects protected, extend interfaceDan Goodliffe2025-03-22
| | | | | Keeps all required features accessible, but through a controlled interface.
* Invert how shared/unique is specified for CollectionDan Goodliffe2025-03-22
| | | | Template param is a pointer now, typedefs added for ease.
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
Half of them acquired a .cpp part anyway