HDK
|
#include <UT_StringSet.h>
Public Types | |
typedef Parent::const_iterator | const_iterator |
typedef Parent::iterator | iterator |
typedef Parent::size_type | size_type |
![]() | |
typedef hboost::unordered_set < UT_StringHolder, hboost::hash< UT_StringHolder > , std::equal_to < UT_StringHolder > > | Base |
typedef hboost::hash < UT_StringHolder > | Hasher |
typedef std::equal_to < UT_StringHolder > | Equal |
typedef Base::key_type | key_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 |
UT_StringSet is a simple specialization of a UT_Set that has UT_StringHolder as its key type which allows C strings to be used. If you know that a string will not be destroyed during the set's lifetime, UTmakeUnsafeRef can be used to insert a shallow reference.
Definition at line 45 of file UT_StringSet.h.
Definition at line 50 of file UT_StringSet.h.
Definition at line 51 of file UT_StringSet.h.
typedef Parent::size_type UT_StringSet::size_type |
Definition at line 52 of file UT_StringSet.h.
|
inline |
Definition at line 66 of file UT_StringSet.h.
|
inline |
Definition at line 69 of file UT_StringSet.h.
|
inline |
Definition at line 54 of file UT_StringSet.h.
|
inline |
Definition at line 56 of file UT_StringSet.h.
|
inline |
Definition at line 80 of file UT_StringSet.h.
|
inline |
Definition at line 87 of file UT_StringSet.h.
|
inline |
Set-wise boolean operations.
Definition at line 76 of file UT_StringSet.h.