HDK
|
A map of property names to result values. More...
#include <STY_Results.h>
Public Member Functions | |
void | merge (const STY_ResultMap &src) |
void | merge (const STY_ConstantMap &src) |
uint | hash () const |
Public Member Functions inherited from UT_ArrayStringMap< STY_Result > | |
iterator | erase (iterator pos) |
std::pair< iterator, bool > | insert (const UT_StringRef &key, const STY_Result &val) |
std::pair< iterator, bool > | insert (const UT_StringRef &key, STY_Result &&val) |
std::pair< iterator, bool > | insert (UT_StringRef &&key, const STY_Result &val) |
std::pair< iterator, bool > | insert (UT_StringRef &&key, STY_Result &&val) |
std::pair< iterator, bool > | insert (const char *key, const STY_Result &val) |
std::pair< iterator, bool > | insert (const char *key, STY_Result &&val) |
Public Member Functions inherited from UT::ArrayMap< UT_StringHolder, STY_Result > | |
std::pair< iterator, bool > | insert (const UT_StringHolder &key, const STY_Result &val) |
std::pair< iterator, bool > | insert (UT_StringHolder &&key, STY_Result &&val) |
bool | operator== (const map_type &that) const |
bool | operator!= (const map_type &that) const |
size_type | count (const UT_StringHolder &key) const |
bool | contains (const UT_StringHolder &key) const |
STY_Result & | operator[] (const UT_StringHolder &key) |
STY_Result & | operator[] (UT_StringHolder &&key) |
size_type | erase (const UT_StringHolder &key) |
SYS_FORCE_INLINE void | forEachKey (FUNCTOR &&functor) const |
SYS_FORCE_INLINE void | forEachValue (FUNCTOR &&functor) const |
ordered_iterator_t< true > | ordered_begin (const COMPARATOR &comparator) const |
ordered_iterator_t< false > | ordered_begin (const COMPARATOR &comparator) |
ordered_iterator_t< true > | ordered_cbegin (const COMPARATOR &comparator) const |
UT_IteratorRange < const_key_iterator > | key_range () const |
UT_IteratorRange< mapped_iterator > | mapped_range () |
UT_IteratorRange < const_mapped_iterator > | mapped_range () const |
iterator | find (const UT_StringHolder &key) |
const_iterator | find (const UT_StringHolder &key) const |
STY_Result & | at (const UT_StringHolder &key) |
const STY_Result & | at (const UT_StringHolder &key) const |
std::pair< const_iterator, const_iterator > | equal_range (const UT_StringHolder &key) const |
std::pair< iterator, iterator > | equal_range (const UT_StringHolder &key) |
Public Member Functions inherited from UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > | |
ArraySet () | |
ArraySet (size_type init_bucket_count) | |
ArraySet (set_type &&that) | |
Move constructor, destroying the source. More... | |
ArraySet (const set_type &that) | |
template<typename INPUT_ITERATOR > | |
ArraySet (INPUT_ITERATOR start_input, INPUT_ITERATOR end_input, size_type init_bucket_count=0) | |
Inserts all of the items in the range [start_input,end_input). More... | |
ArraySet (std::initializer_list< value_type > init, size_type init_bucket_count=0) | |
set_type & | operator= (const set_type &that) |
set_type & | operator= (std::initializer_list< value_type > init) |
set_type & | operator= (set_type &&that) |
bool | operator== (const set_type &that) const |
bool | operator!= (const set_type &that) const |
void | swap (set_type &that) |
Swaps another set with this one. More... | |
~ArraySet () | |
bool | empty () const |
Returns true iff there are no items in the set. More... | |
size_type | size () const |
Returns the number of items in the set. More... | |
void | clear () |
void | destroy () |
Removes all items from the set and frees all the memory. More... | |
size_type | bucket_count () const |
Returns the current number of buckets. More... | |
size_type | bucket_size (size_type i) const |
float | load_factor () const |
Returns the current portion of buckets that are occupied. More... | |
void | rehash (size_type new_num_buckets) |
void | reserve (size_type num_items) |
void | setNumBuckets (size_type new_num_buckets) |
void | bumpNumBuckets (size_type new_num_items) |
iterator | begin () |
Returns a non-const iterator for the beginning of the set. More... | |
const_iterator | cbegin () const |
Returns a const iterator for the beginning of the set. More... | |
const_iterator | begin () const |
Returns a const iterator for the beginning of the set. More... | |
iterator | end () |
Returns a non-const end iterator for the set. More... | |
const_iterator | cend () const |
Returns a const end iterator for the set. More... | |
const_iterator | end () const |
Returns a const end iterator for the set. More... | |
size_type | count (const Key &key) const |
bool | contains (const Key &key) const |
template<typename S > | |
bool | containsAll (const S &src) const |
template<typename INPUT_ITERATOR > | |
void | insert (INPUT_ITERATOR start_input, INPUT_ITERATOR end_input) |
Inserts all of the items in the range [start_input,end_input). More... | |
void | insert (std::initializer_list< value_type > list) |
Inserts all of the items from the initializer_list. More... | |
template<typename... Args> | |
std::pair< iterator, bool > | emplace (Args &&...args) |
iterator | erase (iterator iter) |
size_type | erase (const Key &key) |
int64 | getMemoryUsage (bool inclusive) const |
template<typename FUNCTOR > | |
SYS_FORCE_INLINE void | forEach (FUNCTOR &&functor) const |
iterator | find (const Key &key) |
const_iterator | find (const Key &key) const |
std::pair< const_iterator, const_iterator > | equal_range (const Key &key) const |
std::pair< iterator, iterator > | equal_range (const Key &key) |
std::pair< iterator, bool > | insert (const value_type &value) |
std::pair< iterator, bool > | insert (value_type &&value) |
Additional Inherited Members | |
Static Public Member Functions inherited from UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > | |
static size_type | max_size () |
static size_type | max_bucket_count () |
static float | max_load_factor () |
static hasher | hash_function () |
static key_equal | key_eq () |
Protected Member Functions inherited from UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > | |
pointer | searchStart (const Key &key) |
const_pointer | searchStart (const Key &key) const |
template<bool fail_on_equal = !MULTI, bool check_realloc = true> | |
bool | insertHelper (pointer pstart, size_type nbuckets, const value_type &value, pointer &destp) |
Static Protected Member Functions inherited from UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > | |
static size_type | minBuckets (size_type size) |
Protected Attributes inherited from UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > | |
pointer | myBuckets |
size_type | myNumBuckets |
A map of property names to result values.
Definition at line 77 of file STY_Results.h.
Definition at line 85 of file STY_Results.h.
uint STY_ResultMap::hash | ( | ) | const |
void STY_ResultMap::merge | ( | const STY_ResultMap & | src | ) |
void STY_ResultMap::merge | ( | const STY_ConstantMap & | src | ) |