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

#include <GA_PageArrayImpl.h>

Public Member Functions

 ga_SubPageBlock ()
 
 ga_SubPageBlock (GA_PageNum page, GA_PageOff start, GA_PageOff end)
 

Public Attributes

GA_PageNum myPage
 
GA_PageOff myStartOffset
 
GA_PageOff myEndOffset
 

Detailed Description

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

Definition at line 582 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 >::ga_SubPageBlock::ga_SubPageBlock ( )
inline

Definition at line 585 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::ga_SubPageBlock::ga_SubPageBlock ( GA_PageNum  page,
GA_PageOff  start,
GA_PageOff  end 
)
inline

Definition at line 586 of file GA_PageArrayImpl.h.

Member Data Documentation

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
GA_PageOff GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::ga_SubPageBlock::myEndOffset

Definition at line 591 of file GA_PageArrayImpl.h.

template<typename DATA_T = void, exint TSIZE = -1, bool TABLEHARDENED = true, bool PAGESHARDENED = false>
GA_PageNum GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED >::ga_SubPageBlock::myPage

Definition at line 589 of file GA_PageArrayImpl.h.

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

Definition at line 590 of file GA_PageArrayImpl.h.


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