summaryrefslogtreecommitdiff
path: root/lib/manyPtr.h
Commit message (Collapse)AuthorAge
* Add ManyPtr which tracks specified subclassesDan Goodliffe13 days
This removes the need to repeated dynamic_cast the pointer. Provides interface which enforces the fastest option for the required types.