Base typedef | UT_Map< UT_StringHolder, ITEM_T > | |
clear() | UT_Map< UT_StringHolder, ITEM_T > | inline |
const_iterator typedef | UT_StringMap< T > | |
const_key_iterator typedef | UT_Map< UT_StringHolder, ITEM_T > | |
const_mapped_iterator typedef | UT_Map< UT_StringHolder, ITEM_T > | |
contains(const key_type &key) const | UT_Map< UT_StringHolder, ITEM_T > | inline |
Equal typedef | UT_Map< UT_StringHolder, ITEM_T > | |
erase(const_iterator pos) | UT_StringMap< T > | inline |
erase(const_iterator first, const_iterator last) | UT_StringMap< T > | inline |
get(const UT_StringRef &key, const ITEM_T &defval) const | UT_StringMap< T > | inline |
UT_Map< UT_StringHolder, ITEM_T >::get(const key_type &key, const ITEM_T &defval) const | UT_Map< UT_StringHolder, ITEM_T > | inline |
getMemoryUsage(bool inclusive) const | UT_Map< UT_StringHolder, ITEM_T > | inline |
hasher typedef | UT_Map< UT_StringHolder, ITEM_T > | |
Hasher typedef | UT_Map< UT_StringHolder, ITEM_T > | |
iterator typedef | UT_StringMap< T > | |
key_equal typedef | UT_Map< UT_StringHolder, ITEM_T > | |
key_range() const | UT_Map< UT_StringHolder, ITEM_T > | inline |
key_type typedef | UT_Map< UT_StringHolder, ITEM_T > | |
mapped_iterator typedef | UT_Map< UT_StringHolder, ITEM_T > | |
mapped_range() | UT_Map< UT_StringHolder, ITEM_T > | inline |
mapped_range() const | UT_Map< UT_StringHolder, ITEM_T > | inline |
mapped_type typedef | UT_Map< UT_StringHolder, ITEM_T > | |
size_type typedef | UT_StringMap< T > | |
UT_Map(const Hasher &hf=Hasher(), const Equal &eql=Equal()) | UT_Map< UT_StringHolder, ITEM_T > | inlineexplicit |
UT_Map(InputIt first, InputIt last, const Hasher &hf=Hasher(), const Equal &eql=Equal()) | UT_Map< UT_StringHolder, ITEM_T > | inline |
UT_Map(std::initializer_list< value_type > init_list) | UT_Map< UT_StringHolder, ITEM_T > | inline |
value_type typedef | UT_Map< UT_StringHolder, ITEM_T > | |