|
using | IndexType = Index |
|
using | KeyType = Key |
|
using | ValueType = Value |
|
|
bool | find (const ValueType &data, IndexType &index) const |
|
Value & | getElement (KeyType key) |
|
const Value & | getElement (KeyType key) const |
|
IndexType | getSize () const |
|
IndexType | insert (const ValueType &data) |
|
void | print (std::ostream &str) const |
|
void | reset () |
|
template<typename ArrayType > |
void | toArray (ArrayType &array) const |
|
|
using | STDMapIteratorType = typename STDMapType::const_iterator |
|
using | STDMapType = std::map< Key, DataWithIndex > |
|
using | STDMapValueType = typename STDMapType::value_type |
|
The documentation for this class was generated from the following files:
- src/TNL/Containers/IndexedMap.h
- src/TNL/Containers/IndexedMap_impl.h