|
CFx SDK Documentation 2024 SP0
|
#include <ChunkAllocator.h>
Public Member Functions | |
| AllocatorArray (unsigned size, int mask) | |
| ~AllocatorArray () | |
| unsigned | size () const |
| IAllocator * | getAt (unsigned i) |
Protected Attributes | |
| IAllocator ** | m_data |
| unsigned | m_size |
<group Other_Classes>
Definition at line 51 of file ChunkAllocator.h.
| AllocatorArray::AllocatorArray | ( | unsigned | size, |
| int | mask | ||
| ) |
| AllocatorArray::~AllocatorArray | ( | ) |
|
inline |
Definition at line 61 of file ChunkAllocator.h.
|
inline |
Definition at line 60 of file ChunkAllocator.h.
|
protected |
Definition at line 68 of file ChunkAllocator.h.
|
protected |
Definition at line 69 of file ChunkAllocator.h.