HDK
|
#include <UT_ThreadSpecificValue.h>
Public Member Functions | |
const_iterator () | |
const_iterator (const const_iterator ©) | |
const_iterator & | operator= (const const_iterator ©) |
const T & | get () const |
const T & | operator* () const |
int | thread () const |
const_iterator & | operator++ () |
bool | operator== (const const_iterator &right) |
bool | operator!= (const const_iterator &right) |
Protected Member Functions | |
const_iterator (const ThisType *value, int start) | |
Protected Attributes | |
const ThisType * | myConstVal |
int | myI |
ut_DynamicValueMap::const_iterator | myDynamicIt |
Friends | |
template<typename TY , size_t A> | |
class | UT_ThreadSpecificValue |
Definition at line 256 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 259 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 264 of file UT_ThreadSpecificValue.h.
|
inlineprotected |
Definition at line 322 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 279 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 316 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 286 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 301 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 269 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 311 of file UT_ThreadSpecificValue.h.
|
inline |
Definition at line 291 of file UT_ThreadSpecificValue.h.
|
friend |
Definition at line 332 of file UT_ThreadSpecificValue.h.
|
protected |
Definition at line 328 of file UT_ThreadSpecificValue.h.
|
protected |
Definition at line 330 of file UT_ThreadSpecificValue.h.
|
protected |
Definition at line 329 of file UT_ThreadSpecificValue.h.