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

Description

Definition at line 191 of file g3d_rescommon.h.

Public Member Functions

 ResTagDL (void *pData=NULL)
 
ResTagDLDataref ()
 
const ResTagDLDataref () const
 
bool operator== (const ResTagDL &rOther) const
 
bool operator!= (const ResTagDL &rOther) const
 
ulong GetBufSize () const
 
ulong GetCmdSize () const
 
u8 * GetDL ()
 
const u8 * GetDL () const
 
- Public Member Functions inherited from nw4r::g3d::ResCommon< ResTagDLData >
 ResCommon (void *pData)
 
 ResCommon (const void *pData)
 
bool IsValid () const
 
ResTagDLDataptr ()
 
const ResTagDLDataptr () const
 
ResTagDLDataref ()
 
const ResTagDLDataref () const
 
ResTagDLDataofs_to_ptr_raw (s32 ofs)
 
const ResTagDLDataofs_to_ptr_raw (s32 ofs) const
 
ResTagDLDataofs_to_ptr (s32 ofs)
 
const ResTagDLDataofs_to_ptr (s32 ofs) const
 
ResTagDLData ofs_to_obj (s32 ofs)
 
const ResTagDLData ofs_to_obj (s32 ofs) const
 

Constructor & Destructor Documentation

◆ ResTagDL()

nw4r::g3d::ResTagDL::ResTagDL ( void * pData = NULL)
inlineexplicit

Definition at line 193 of file g3d_rescommon.h.

Member Function Documentation

◆ ref() [1/2]

ResTagDLData & nw4r::g3d::ResTagDL::ref ( )
inline

Definition at line 193 of file g3d_rescommon.h.

◆ ref() [2/2]

const ResTagDLData & nw4r::g3d::ResTagDL::ref ( ) const
inline

Definition at line 193 of file g3d_rescommon.h.

◆ operator==()

bool nw4r::g3d::ResTagDL::operator== ( const ResTagDL & rOther) const
inline

Definition at line 193 of file g3d_rescommon.h.

◆ operator!=()

bool nw4r::g3d::ResTagDL::operator!= ( const ResTagDL & rOther) const
inline

Definition at line 193 of file g3d_rescommon.h.

◆ GetBufSize()

ulong nw4r::g3d::ResTagDL::GetBufSize ( ) const
inline

Definition at line 195 of file g3d_rescommon.h.

◆ GetCmdSize()

ulong nw4r::g3d::ResTagDL::GetCmdSize ( ) const
inline

Definition at line 199 of file g3d_rescommon.h.

◆ GetDL() [1/2]

u8 * nw4r::g3d::ResTagDL::GetDL ( )
inline

Definition at line 203 of file g3d_rescommon.h.

◆ GetDL() [2/2]

const u8 * nw4r::g3d::ResTagDL::GetDL ( ) const
inline

Definition at line 206 of file g3d_rescommon.h.