CFx SDK Documentation  2020SP3
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AllocatorArrayML Class Reference

#include <ChunkAllocator.h>

Inheritance diagram for AllocatorArrayML:
AllocatorArray

Public Member Functions

 AllocatorArrayML (unsigned size, int mask)
 
 ~AllocatorArrayML ()
 
void reset ()
 
void uninit ()
 
- Public Member Functions inherited from AllocatorArray
 AllocatorArray (unsigned size, int mask)
 
 ~AllocatorArray ()
 
unsigned size () const
 
IAllocatorgetAt (unsigned i)
 

Protected Member Functions

void clear ()
 

Protected Attributes

bool m_bAllocated
 
unsigned m_origSize
 
int m_origMask
 
- Protected Attributes inherited from AllocatorArray
IAllocator ** m_data
 
unsigned m_size
 

Detailed Description

<group Other_Classes>

Definition at line 80 of file ChunkAllocator.h.

Constructor & Destructor Documentation

◆ AllocatorArrayML()

AllocatorArrayML::AllocatorArrayML ( unsigned  size,
int  mask 
)
inline

Definition at line 94 of file ChunkAllocator.h.

◆ ~AllocatorArrayML()

AllocatorArrayML::~AllocatorArrayML ( )
inline

Definition at line 98 of file ChunkAllocator.h.

Member Function Documentation

◆ clear()

void AllocatorArrayML::clear ( )
inlineprotected

Definition at line 87 of file ChunkAllocator.h.

◆ reset()

void AllocatorArrayML::reset ( )
inline

Definition at line 99 of file ChunkAllocator.h.

◆ uninit()

void AllocatorArrayML::uninit ( )
inline

Definition at line 108 of file ChunkAllocator.h.

Member Data Documentation

◆ m_bAllocated

bool AllocatorArrayML::m_bAllocated
protected

Definition at line 83 of file ChunkAllocator.h.

◆ m_origMask

int AllocatorArrayML::m_origMask
protected

Definition at line 85 of file ChunkAllocator.h.

◆ m_origSize

unsigned AllocatorArrayML::m_origSize
protected

Definition at line 84 of file ChunkAllocator.h.


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