HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ThreadSpecificValue< T, ALIGNMENT >::iterator Class Reference

#include <UT_ThreadSpecificValue.h>

+ Inheritance diagram for UT_ThreadSpecificValue< T, ALIGNMENT >::iterator:

Public Member Functions

 iterator ()
 
 iterator (const iterator &copy)
 
iteratoroperator= (const iterator &copy)
 
Tget ()
 
Toperator* ()
 
iteratoroperator++ ()
 
- Public Member Functions inherited from UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator
 const_iterator ()
 
 const_iterator (const const_iterator &copy)
 
const_iteratoroperator= (const const_iterator &copy)
 
const Tget () const
 
const Toperator* () const
 
int thread () const
 
const_iteratoroperator++ ()
 
bool operator== (const const_iterator &right)
 
bool operator!= (const const_iterator &right)
 

Friends

template<typename TY , size_t A>
class UT_ThreadSpecificValue
 

Additional Inherited Members

- Protected Member Functions inherited from UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator
 const_iterator (const ThisType *value, int start)
 
- Protected Attributes inherited from UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator
const ThisTypemyConstVal
 
int myI
 
ut_DynamicValueMap::const_iterator myDynamicIt
 

Detailed Description

template<typename T, size_t ALIGNMENT = 64>
class UT_ThreadSpecificValue< T, ALIGNMENT >::iterator

iterator

Note
The iterator iterates over ALL possible thread values, thus you must be aware that the get() method will return the default value for cases where this variable was never used in a thread.

Definition at line 340 of file UT_ThreadSpecificValue.h.

Constructor & Destructor Documentation

template<typename T, size_t ALIGNMENT = 64>
UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::iterator ( void  )
inline

Definition at line 343 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::iterator ( const iterator copy)
inline

Definition at line 347 of file UT_ThreadSpecificValue.h.

Member Function Documentation

template<typename T, size_t ALIGNMENT = 64>
T& UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::get ( )
inline

Definition at line 357 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
T& UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::operator* ( )
inline

Definition at line 362 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
iterator& UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::operator++ ( )
inline

Definition at line 367 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
iterator& UT_ThreadSpecificValue< T, ALIGNMENT >::iterator::operator= ( const iterator copy)
inline

Definition at line 351 of file UT_ThreadSpecificValue.h.

Friends And Related Function Documentation

template<typename T, size_t ALIGNMENT = 64>
template<typename TY , size_t A>
friend class UT_ThreadSpecificValue
friend

Definition at line 379 of file UT_ThreadSpecificValue.h.


The documentation for this class was generated from the following file: