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

#include <UT_ThreadSpecificValue.h>

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

Public Member Functions

 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)
 

Protected Member Functions

 const_iterator (const ThisType *value, int start)
 

Protected Attributes

const ThisTypemyConstVal
 
int myI
 
ut_DynamicValueMap::const_iterator myDynamicIt
 

Friends

template<typename TY , size_t A>
class UT_ThreadSpecificValue
 

Detailed Description

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

const_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 256 of file UT_ThreadSpecificValue.h.

Constructor & Destructor Documentation

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

Definition at line 259 of file UT_ThreadSpecificValue.h.

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

Definition at line 264 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::const_iterator ( const ThisType value,
int  start 
)
inlineprotected

Definition at line 322 of file UT_ThreadSpecificValue.h.

Member Function Documentation

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

Definition at line 279 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
bool UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::operator!= ( const const_iterator right)
inline

Definition at line 316 of file UT_ThreadSpecificValue.h.

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

Definition at line 286 of file UT_ThreadSpecificValue.h.

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

Definition at line 301 of file UT_ThreadSpecificValue.h.

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

Definition at line 269 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
bool UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::operator== ( const const_iterator right)
inline

Definition at line 311 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
int UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::thread ( ) const
inline

Definition at line 291 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 332 of file UT_ThreadSpecificValue.h.

Member Data Documentation

template<typename T, size_t ALIGNMENT = 64>
const ThisType* UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::myConstVal
protected

Definition at line 328 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
ut_DynamicValueMap::const_iterator UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::myDynamicIt
protected

Definition at line 330 of file UT_ThreadSpecificValue.h.

template<typename T, size_t ALIGNMENT = 64>
int UT_ThreadSpecificValue< T, ALIGNMENT >::const_iterator::myI
protected

Definition at line 329 of file UT_ThreadSpecificValue.h.


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