Mapper  0.9.0
API documentation
Public Attributes | List of all members
_PtrArray Struct Reference

This type represents a growable array of void pointers (void*). More...

#include <array.h>

Public Attributes

u32 count
 
u32 size
 
void ** data
 

Detailed Description

This type represents a growable array of void pointers (void*).

Member Data Documentation

◆ count

u32 _PtrArray::count

◆ data

void** _PtrArray::data

◆ size

u32 _PtrArray::size

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