NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::PoolImpl Class Reference
Inheritance diagram for nw4r::snd::detail::PoolImpl:
[legend]

Description

Definition at line 19 of file snd_InstancePool.h.

Protected Member Functions

ulong CreateImpl (void *buffer, ulong size, ulong objSize)
 
void DestroyImpl (void *buffer, ulong size)
 
int CountImpl () const
 
void * AllocImpl ()
 
void FreeImpl (void *ptr)
 

Private Attributes

PoolImplmNext
 

Constructor & Destructor Documentation

◆ PoolImpl()

nw4r::snd::detail::PoolImpl::PoolImpl ( )
inlineprotected

Definition at line 24 of file snd_InstancePool.h.

Member Data Documentation

◆ mNext

PoolImpl* nw4r::snd::detail::PoolImpl::mNext
private

Definition at line 37 of file snd_InstancePool.h.