NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/cLib/c_owner_set.hpp>
A set node with a pointer to the owning container. See cOwnerSetMg_c.
Definition at line 8 of file c_owner_set.hpp.
Public Member Functions | |
void * | getOwner () const |
cOwnerSetNd_c * | getNext () const |
Private Attributes | |
void * | mpOwner |
The set that contains this node. | |
cOwnerSetNd_c * | mpNext |
The next node in the set. | |
|
inline |
Definition at line 10 of file c_owner_set.hpp.
|
inline |
Definition at line 11 of file c_owner_set.hpp.
|
private |
The set that contains this node.
Definition at line 14 of file c_owner_set.hpp.
|
private |
The next node in the set.
Definition at line 15 of file c_owner_set.hpp.