HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_DAInherit.h File Reference
#include "GT_API.h"
#include "GT_DataArray.h"
+ Include dependency graph for GT_DAInherit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GT_DAInherit
 Base class for a data array which references another data array. More...
 

Macros

#define GT_IMPL_INHERIT_ARRAY(MAP_INDEX, SIZE)
 

Macro Definition Documentation

#define GT_IMPL_INHERIT_ARRAY (   MAP_INDEX,
  SIZE 
)

Implement the specific methods of the inherited array.

Parameters
MAP_INDEX
A function which takes an offset an maps it to the index in the source array
SIZE
The size of this array

Definition at line 83 of file GT_DAInherit.h.