|
using | index_type = Index |
|
using | key_type = Key |
|
using | size_type = typename map_type::size_type |
|
using | value_type = typename map_type::value_type |
|
|
void | clear () |
|
size_type | count (const Key &key) const |
|
size_type | erase (const Key &key) |
|
bool | find (const Key &key, Index &index) const |
|
Index | insert (const Key &key) |
|
void | print (std::ostream &str) const |
|
size_type | size () const |
|
|
using | map_type = std::map< Key, Index, Compare, Allocator > |
|
The documentation for this class was generated from the following files:
- src/TNL/Containers/IndexedSet.h
- src/TNL/Containers/IndexedSet_impl.h