summaryrefslogtreecommitdiff
path: root/lib/collection.h
Commit message (Collapse)AuthorAge
* Fix check for bulk removalDan Goodliffe8 days
|
* Expose size of each container by typeDan Goodliffe8 days
|
* Add standard special membersDan Goodliffe8 days
|
* Fix up removeAll and test with more complex hierarchyDan Goodliffe9 days
|
* applyToOthersType allows passing any params in, not just a TDan Goodliffe9 days
|
* Fix lookup idx for otherObjects suitable for TDan Goodliffe11 days
|
* Use is_base_of_v instead of is_convertible_v to choose OtherObjectsDan Goodliffe12 days
|
* Support using typed collections for subclass filteringDan Goodliffe13 days
|
* Use typed collections for apply/applyOneDan Goodliffe13 days
|
* Use otherObjects where possible for findDan Goodliffe13 days
|
* Other objects support in removeAll/clearDan Goodliffe13 days
| | | | | removeAll requires a type that is one of Others, clear clears everything regardless of type.
* Other objects support in operator=Dan Goodliffe13 days
|
* Populate typed collection of pointersDan Goodliffe13 days
| | | | create and emplace only, so far
* Make Collections::objects protected, extend interfaceDan Goodliffe14 days
| | | | | Keeps all required features accessible, but through a controlled interface.
* Invert how shared/unique is specified for CollectionDan Goodliffe14 days
| | | | 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