HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_AlignedBlock Class Reference

#include <TIL_Defines.h>

Public Member Functions

 operator void * ()
 
 operator const void * ()
 

Static Public Member Functions

static TIL_AlignedBlockallocBlock (int size, int alignment)
 
static TIL_AlignedBlockallocBlock (void *aligned)
 
static void freeBlock (TIL_AlignedBlock *&block)
 

Detailed Description

Definition at line 323 of file TIL_Defines.h.

Member Function Documentation

static TIL_AlignedBlock* TIL_AlignedBlock::allocBlock ( int  size,
int  alignment 
)
static
static TIL_AlignedBlock* TIL_AlignedBlock::allocBlock ( void aligned)
static
static void TIL_AlignedBlock::freeBlock ( TIL_AlignedBlock *&  block)
static
TIL_AlignedBlock::operator const void * ( )
inline

Definition at line 339 of file TIL_Defines.h.

TIL_AlignedBlock::operator void * ( )
inline

Definition at line 338 of file TIL_Defines.h.

Member Data Documentation

void* TIL_AlignedBlock::myAligned

Definition at line 355 of file TIL_Defines.h.

TIL_AlignedBlock* TIL_AlignedBlock::myNext

Definition at line 356 of file TIL_Defines.h.


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