CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
AllocatorArray Class Reference

#include <ChunkAllocator.h>

Inheritance diagram for AllocatorArray:
AllocatorArrayML

Public Member Functions

 AllocatorArray (unsigned size, int mask)
 
 ~AllocatorArray ()
 
unsigned size () const
 
IAllocatorgetAt (unsigned i)
 

Protected Attributes

IAllocator ** m_data
 
unsigned m_size
 

Detailed Description

<group Other_Classes>

Definition at line 51 of file ChunkAllocator.h.

Constructor & Destructor Documentation

◆ AllocatorArray()

AllocatorArray::AllocatorArray ( unsigned  size,
int  mask 
)

◆ ~AllocatorArray()

AllocatorArray::~AllocatorArray ( )

Member Function Documentation

◆ getAt()

IAllocator * AllocatorArray::getAt ( unsigned  i)
inline

Definition at line 61 of file ChunkAllocator.h.

◆ size()

unsigned AllocatorArray::size ( ) const
inline

Definition at line 60 of file ChunkAllocator.h.

Member Data Documentation

◆ m_data

IAllocator** AllocatorArray::m_data
protected

Definition at line 68 of file ChunkAllocator.h.

◆ m_size

unsigned AllocatorArray::m_size
protected

Definition at line 69 of file ChunkAllocator.h.


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