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

Description

Definition at line 10 of file ef_handle.h.

Public Member Functions

 HandleBase (const HandleBase &rOther)
 
 HandleBase (LinkedObject *pObject)
 
HandleBaseoperator= (const HandleBase &rOther)
 
HandleBaseoperator= (LinkedObject *pObject)
 
bool IsValid () const
 
LinkedObjectGetPtr () const
 

Private Attributes

ulong mObjectID
 
LinkedObjectmObject
 

Member Data Documentation

◆ mObjectID

ulong nw4r::ef::HandleBase::mObjectID
private

Definition at line 12 of file ef_handle.h.

◆ mObject

LinkedObject* nw4r::ef::HandleBase::mObject
private

Definition at line 13 of file ef_handle.h.