NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <runtime/global_destructor_chain.h>
Global destruction chain entry.
If mpObject is nullptr
, the entry is a marker.
Definition at line 7 of file global_destructor_chain.h.
Public Attributes | |
struct objectRef * | mpLastObject |
A pointer to the previously generated objectRef. | |
dtorPtr | mpDtor |
A pointer to the object's default destructor. | |
void * | mpObject |
A pointer to the object. | |
struct objectRef* objectRef::mpLastObject |
A pointer to the previously generated objectRef.
Definition at line 8 of file global_destructor_chain.h.
dtorPtr objectRef::mpDtor |
A pointer to the object's default destructor.
Definition at line 9 of file global_destructor_chain.h.
void* objectRef::mpObject |
A pointer to the object.
Definition at line 10 of file global_destructor_chain.h.