HDK
|
#include <GA_AttributeHash.h>
Additional Inherited Members | |
![]() | |
typedef hboost::unordered_map < GA_AttributeHash, ToType, GA_AttributeHashFunctor, std::equal_to < GA_AttributeHash > > | 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 GA_AttributeHashFunctor | Hasher |
typedef std::equal_to < GA_AttributeHash > | 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 >> |
![]() | |
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... | |
ToType | get (const key_type &key, const ToType &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 135 of file GA_AttributeHash.h.