, including all inherited members.
Add(const KeyType &Key, const ValueType &Value)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Clear()=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Get(const KeyType &Key) const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Get(const KeyType &Key)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
GetConstEndIterator() const =0 | PLCore::Iterable< ValueType > | [pure virtual] |
GetConstEndKeyIterator() const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
GetConstIterator(uint32 nIndex=0) const =0 | PLCore::Iterable< ValueType > | [pure virtual] |
GetConstKeyIterator(uint32 nIndex=0) const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
GetEndIterator() const =0 | PLCore::Iterable< ValueType > | [pure virtual] |
GetEndKeyIterator() const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
GetIterator(uint32 nIndex=0) const =0 | PLCore::Iterable< ValueType > | [pure virtual] |
GetKeyIterator(uint32 nIndex=0) const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
GetNumOfElements() const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
IsEmpty() const =0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Null | PLCore::Iterable< ValueType > | [static] |
NullKey | PLCore::Map< KeyType, ValueType > | [static] |
Remove(const KeyType &Key)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
RemoveValue(const ValueType &Value)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Replace(const KeyType &Key, const ValueType &NewValue)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
Set(const KeyType &Key, const ValueType &Value)=0 | PLCore::Map< KeyType, ValueType > | [pure virtual] |
~Iterable() | PLCore::Iterable< ValueType > | [inline, virtual] |