HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_PageArray.h File Reference
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_FixedVector.h"
#include "UT_SmallArray.h"
#include "UT_Storage.h"
#include <SYS/SYS_AtomicInt.h>
#include <SYS/SYS_BitUtil.h>
#include <SYS/SYS_CallIf.h>
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
#include <SYS/SYS_TypeTraits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for UT_PageArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED, THEPAGEBITS, IDX_T >
 
struct  UT_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED, THEPAGEBITS, IDX_T >::NotVoid< T >
 
class  UT_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED, THEPAGEBITS, IDX_T >::PageTableEntry
 
class  UT_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED, THEPAGEBITS, IDX_T >::PageTable
 

Macros

#define __UT_PageArray__
 

Typedefs

typedef exint UT_PageNum
 
typedef exint UT_PageOff
 

Macro Definition Documentation

#define __UT_PageArray__

Definition at line 15 of file UT_PageArray.h.

Typedef Documentation

typedef exint UT_PageNum

Definition at line 35 of file UT_PageArray.h.

typedef exint UT_PageOff

Definition at line 36 of file UT_PageArray.h.