An ordered key list will allow lookup by entity key type. More...
Inheritance diagram for DtOrderedKeyList< T >:
Collaboration diagram for DtOrderedKeyList< T >:Public Member Functions | |
| DtOrderedKeyList (const DtOrderedKeyList &) | |
| DtOrderedKeyList & | operator= (const DtOrderedKeyList &) |
| void | clear () |
| void | copyList (const DtOrderedKeyList &) |
| void | addEntry (T, bool replace=false) |
| Adds a new entry, ordering it by key type. | |
| T | removeEntry (const DtEntityMapperKey &key) |
| T | find (const DtEntityMapperKey &key) const |
An ordered key list will allow lookup by entity key type.
All entries added to this list must be a subclass of DtEntityMapperKey Once added to the list, the list takes ownership if the item