Coconut Framework
beta
|
Array of fixed number of pointers. More...
#include <CNFixedArray.h>
Public Attributes | |
struct CNResource * | resource |
uint64_t | maxNum |
void ** | arrayBody |
Array of fixed number of pointers.
struct CNResource* CNFixedArray::resource |
Resource for this array
Referenced by CNResourceOfFixedArray().
uint64_t CNFixedArray::maxNum |
Number of elements
Referenced by CNCountOfFixedArray().
void** CNFixedArray::arrayBody |
Body of the array