HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_BlockedRange< T >::ValueWrapper Class Reference

#include <UT_ParallelUtil.h>

Public Member Functions

SYS_FORCE_INLINE ValueWrapper (const T &it)
 
SYS_FORCE_INLINE T operator* ()
 
SYS_FORCE_INLINE bool operator== (const ValueWrapper &cmp) const
 
SYS_FORCE_INLINE bool operator!= (const ValueWrapper &cmp) const
 
SYS_FORCE_INLINE ValueWrapperoperator++ ()
 

Detailed Description

template<typename T>
class UT_BlockedRange< T >::ValueWrapper

Definition at line 1007 of file UT_ParallelUtil.h.

Constructor & Destructor Documentation

template<typename T>
SYS_FORCE_INLINE UT_BlockedRange< T >::ValueWrapper::ValueWrapper ( const T it)
inlineexplicit

Definition at line 1011 of file UT_ParallelUtil.h.

Member Function Documentation

template<typename T>
SYS_FORCE_INLINE bool UT_BlockedRange< T >::ValueWrapper::operator!= ( const ValueWrapper cmp) const
inline

Definition at line 1022 of file UT_ParallelUtil.h.

template<typename T>
SYS_FORCE_INLINE T UT_BlockedRange< T >::ValueWrapper::operator* ( )
inline

Definition at line 1016 of file UT_ParallelUtil.h.

template<typename T>
SYS_FORCE_INLINE ValueWrapper& UT_BlockedRange< T >::ValueWrapper::operator++ ( )
inline

Definition at line 1026 of file UT_ParallelUtil.h.

template<typename T>
SYS_FORCE_INLINE bool UT_BlockedRange< T >::ValueWrapper::operator== ( const ValueWrapper cmp) const
inline

Definition at line 1019 of file UT_ParallelUtil.h.


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