HDK
|
#include <UT_Set.h>
Public Types | |
typedef std::set< K, C > | Base |
typedef C | LessThan |
typedef Base::key_type | key_type |
typedef Base::value_type | value_type |
typedef Base::key_compare | key_compare |
typedef Base::iterator | iterator |
typedef Base::const_iterator | const_iterator |
Public Member Functions | |
UT_SortedSet () | |
UT_SortedSet (const LessThan <) | |
template<typename InputIt > | |
UT_SortedSet (InputIt first, InputIt last) | |
template<typename InputIt > | |
UT_SortedSet (InputIt first, InputIt last, const LessThan <) | |
UT_SortedSet (const K &k) | |
int64 | getMemoryUsage (bool inclusive) const |
bool | contains (const K &key) const |
bool | contains (const UT_SortedSet< K > &src) const |
UT_SortedSet< K, C > & | operator|= (const UT_SortedSet< K, C > &src) |
Set-wise boolean operations. More... | |
UT_SortedSet< K, C > & | operator&= (const UT_SortedSet< K, C > &src) |
UT_SortedSet< K, C > & | operator-= (const UT_SortedSet< K, C > &src) |
typedef std::set<K, C> UT_SortedSet< K, C >::Base |
typedef Base::const_iterator UT_SortedSet< K, C >::const_iterator |
typedef Base::iterator UT_SortedSet< K, C >::iterator |
typedef Base::key_compare UT_SortedSet< K, C >::key_compare |
typedef Base::key_type UT_SortedSet< K, C >::key_type |
typedef C UT_SortedSet< K, C >::LessThan |
typedef Base::value_type UT_SortedSet< K, C >::value_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |