Coconut Framework  beta
Public Attributes | List of all members
CNFixedArray Struct Reference

Array of fixed number of pointers. More...

#include <CNFixedArray.h>

Public Attributes

struct CNResource * resource
 
uint64_t maxNum
 
void ** arrayBody
 

Detailed Description

Array of fixed number of pointers.

Member Data Documentation

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


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