NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
objectRef Struct Reference

#include <runtime/global_destructor_chain.h>

Description

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 objectRefmpLastObject
 A pointer to the previously generated objectRef.
 
dtorPtr mpDtor
 A pointer to the object's default destructor.
 
void * mpObject
 A pointer to the object.
 

Member Data Documentation

◆ mpLastObject

struct objectRef* objectRef::mpLastObject

A pointer to the previously generated objectRef.

Definition at line 8 of file global_destructor_chain.h.

◆ mpDtor

dtorPtr objectRef::mpDtor

A pointer to the object's default destructor.

Definition at line 9 of file global_destructor_chain.h.

◆ mpObject

void* objectRef::mpObject

A pointer to the object.

Definition at line 10 of file global_destructor_chain.h.