![]() |
VR-Forces 4.1.1 Class Documentation
|

Public Member Functions | |
| DtOrderedKeyList () | |
| DtOrderedKeyList (const DtOrderedKeyList &) | |
| DtOrderedKeyList & | operator= (const DtOrderedKeyList &) |
| virtual | ~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 |
Protected Types | |
| typedef std::vector< T > | ContainerVector |
Protected Attributes | |
| ContainerVector | myContainer |
|
protected |
| makVrf::DtOrderedKeyList< T >::DtOrderedKeyList | ( | ) |
| makVrf::DtOrderedKeyList< T >::DtOrderedKeyList | ( | const DtOrderedKeyList< T > & | ) |
|
virtual |
| DtOrderedKeyList& makVrf::DtOrderedKeyList< T >::operator= | ( | const DtOrderedKeyList< T > & | ) |
| void makVrf::DtOrderedKeyList< T >::clear | ( | ) |
| void makVrf::DtOrderedKeyList< T >::copyList | ( | const DtOrderedKeyList< T > & | ) |
| void makVrf::DtOrderedKeyList< T >::addEntry | ( | T | , |
| bool | replace = false |
||
| ) |
Adds a new entry, ordering it by key type.
| T makVrf::DtOrderedKeyList< T >::removeEntry | ( | const DtEntityMapperKey & | key | ) |
| T makVrf::DtOrderedKeyList< T >::find | ( | const DtEntityMapperKey & | key | ) | const |
Referenced by makVrf::DtCsvDisDictionary::findEntry().
|
protected |