OpenBarnyard
 
Loading...
Searching...
No Matches
AMemoryPool Class Reference

#include <AMemory.h>

Public Member Functions

constexpr AMemoryPool (const TCHAR *a_szName, int a_iHeapIndex, size_t a_uiSize, int a_iUnk1, int a_iUnk2)
 
const TCHARGetName () const
 
int GetHeapIndex () const
 
size_t GetSize () const
 
TINT GetUnk2 () const
 

Detailed Description

Definition at line 6 of file AMemory.h.

Constructor & Destructor Documentation

◆ AMemoryPool()

AMemoryPool::AMemoryPool ( const TCHAR * a_szName,
int a_iHeapIndex,
size_t a_uiSize,
int a_iUnk1,
int a_iUnk2 )
inlineconstexpr

Definition at line 9 of file AMemory.h.

10 : m_szName( a_szName ), m_iHeapIndex( a_iHeapIndex ), m_uiSize( a_uiSize ), m_iUnk1( a_iUnk1 ), m_iUnk2( a_iUnk2 )
11 {
12 }

Member Function Documentation

◆ GetHeapIndex()

int AMemoryPool::GetHeapIndex ( ) const
inline

Definition at line 15 of file AMemory.h.

15{ return m_iHeapIndex; }

◆ GetName()

const TCHAR * AMemoryPool::GetName ( ) const
inline

Definition at line 14 of file AMemory.h.

14{ return m_szName; }

◆ GetSize()

size_t AMemoryPool::GetSize ( ) const
inline

Definition at line 16 of file AMemory.h.

16{ return m_uiSize; }

◆ GetUnk2()

TINT AMemoryPool::GetUnk2 ( ) const
inline

Definition at line 17 of file AMemory.h.

17{ return m_iUnk2; }

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