|
HDK
|
#include <UT_TokenString.h>
Inheritance diagram for UT_TokenString::Map< V >:Additional Inherited Members | |
Public Types inherited from UT_Map< Ptr, V, PtrHashFunctor, PtrEqualFunctor > | |
| typedef hboost::unordered_map < Ptr, V, PtrHashFunctor, PtrEqualFunctor > | Base |
| typedef Base::key_type | key_type |
| typedef Base::mapped_type | mapped_type |
| typedef Base::value_type | value_type |
| typedef Base::hasher | hasher |
| typedef Base::key_equal | key_equal |
| typedef Base::iterator | iterator |
| typedef Base::const_iterator | const_iterator |
| typedef PtrHashFunctor | Hasher |
| typedef PtrEqualFunctor | Equal |
| using | const_key_iterator = partial_iterator_base< const_iterator, const key_type, deref_pair_first< const_iterator, const key_type >> |
| using | mapped_iterator = partial_iterator_base< iterator, mapped_type, deref_pair_second< iterator, mapped_type >> |
| using | const_mapped_iterator = partial_iterator_base< const_iterator, const mapped_type, deref_pair_second< const_iterator, const mapped_type >> |
Public Member Functions inherited from UT_Map< Ptr, V, PtrHashFunctor, PtrEqualFunctor > | |
| UT_Map (const Hasher &hf=Hasher(), const Equal &eql=Equal()) | |
| UT_Map (InputIt first, InputIt last, const Hasher &hf=Hasher(), const Equal &eql=Equal()) | |
| UT_Map (std::initializer_list< value_type > init_list) | |
| int64 | getMemoryUsage (bool inclusive) const |
| bool | contains (const key_type &key) const |
Returns true if a value with the key is contained in the map. More... | |
| V | get (const key_type &key, const V &defval) const |
| void | clear () |
| UT_IteratorRange < const_key_iterator > | key_range () const |
| UT_IteratorRange< mapped_iterator > | mapped_range () |
| UT_IteratorRange < const_mapped_iterator > | mapped_range () const |
Definition at line 111 of file UT_TokenString.h.