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

Description

Definition at line 27 of file resource.hpp.

Public Member Functions

bool requestEx (const char *name, int i)
 
bool request (const char *name)
 
bool remove ()
 
- Public Member Functions inherited from d2d::ResAccMult_c
virtual void creater ()
 
void * getResource (unsigned long, const char *)
 
- Public Member Functions inherited from m2d::ResAccIf_c
bool attach (void *resource, const char *rootDir)
 
void detach ()
 
void * getResource (ulong type, const char *name)
 
void setResAccessor (nw4r::lyt::ArcResourceAccessor *resAccessor)
 
nw4r::lyt::ArcResourceAccessorgetResAccessor () const
 

Static Public Member Functions

static bool create (EGG::Heap *heap, ulong size)
 

Private Attributes

void * mpResource
 
dDvd::loader_c mLoader
 

Static Private Attributes

static mAllocator_cms_res_allocator
 

Additional Inherited Members

- Public Attributes inherited from d2d::ResAccMult_c
InternalAccessor mInternalAccessor
 

Constructor & Destructor Documentation

◆ ResAccMultLoader_c()

d2d::ResAccMultLoader_c::ResAccMultLoader_c ( )

Definition at line 71 of file d_2d.cpp.

◆ ~ResAccMultLoader_c()

d2d::ResAccMultLoader_c::~ResAccMultLoader_c ( )
virtual

Definition at line 72 of file d_2d.cpp.

Member Function Documentation

◆ requestEx()

bool d2d::ResAccMultLoader_c::requestEx ( const char * name,
int i )

Definition at line 74 of file d_2d.cpp.

◆ request()

bool d2d::ResAccMultLoader_c::request ( const char * name)

Definition at line 87 of file d_2d.cpp.

◆ remove()

bool d2d::ResAccMultLoader_c::remove ( )

Definition at line 91 of file d_2d.cpp.

◆ create()

bool d2d::ResAccMultLoader_c::create ( EGG::Heap * heap,
ulong size )
static

Definition at line 100 of file d_2d.cpp.

Member Data Documentation

◆ mpResource

void* d2d::ResAccMultLoader_c::mpResource
private

Definition at line 39 of file resource.hpp.

◆ mLoader

dDvd::loader_c d2d::ResAccMultLoader_c::mLoader
private

Definition at line 40 of file resource.hpp.

◆ ms_res_allocator

mAllocator_c * d2d::ResAccMultLoader_c::ms_res_allocator
staticprivate

Definition at line 42 of file resource.hpp.