HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor Class Reference

#include <GA_PageArrayImpl.h>

Public Types

typedef GA_PageArray< DATA_T,
TSIZE, TABLEHARDENED,
PAGESHARDENED > 
PageArray
 

Public Member Functions

 LoadComponentArrayFunctor (PageArray &dest, GA_Offset startoff, exint component)
 
template<typename T >
SYS_FORCE_INLINE bool set (int64 i, T val) const
 
template<typename T >
SYS_FORCE_INLINE bool setArray (const T *data, int64 size) const
 

Public Attributes

PageArraymyDest
 
const GA_Offset myStartOffset
 
const exint myComponent
 
const GA_Offset myDestSize
 

Detailed Description

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
class GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor

Definition at line 1277 of file GA_PageArrayImpl.h.

Member Typedef Documentation

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
typedef GA_PageArray<DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED> GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::PageArray

Definition at line 1280 of file GA_PageArrayImpl.h.

Constructor & Destructor Documentation

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::LoadComponentArrayFunctor ( PageArray dest,
GA_Offset  startoff,
exint  component 
)
inline

Definition at line 1282 of file GA_PageArrayImpl.h.

Member Function Documentation

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
template<typename T >
SYS_FORCE_INLINE bool GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::set ( int64  i,
T  val 
) const
inline

Definition at line 1290 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
template<typename T >
SYS_FORCE_INLINE bool GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::setArray ( const T data,
int64  size 
) const
inline

Definition at line 1299 of file GA_PageArrayImpl.h.

Member Data Documentation

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
const exint GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myComponent

Definition at line 1327 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
PageArray& GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myDest

Definition at line 1325 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
const GA_Offset GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myDestSize

Definition at line 1328 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
const GA_Offset GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::LoadComponentArrayFunctor::myStartOffset

Definition at line 1326 of file GA_PageArrayImpl.h.


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