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

#include <dol/cLib/c_owner_set.hpp>

Description

A set node with a pointer to the owning container. See cOwnerSetMg_c.

Note
Unofficial name.

Definition at line 8 of file c_owner_set.hpp.

Public Member Functions

void * getOwner () const
 
cOwnerSetNd_cgetNext () const
 

Private Attributes

void * mpOwner
 The set that contains this node.
 
cOwnerSetNd_cmpNext
 The next node in the set.
 

Member Function Documentation

◆ getOwner()

void * cOwnerSetNd_c::getOwner ( ) const
inline

Definition at line 10 of file c_owner_set.hpp.

◆ getNext()

cOwnerSetNd_c * cOwnerSetNd_c::getNext ( ) const
inline

Definition at line 11 of file c_owner_set.hpp.

Member Data Documentation

◆ mpOwner

void* cOwnerSetNd_c::mpOwner
private

The set that contains this node.

Definition at line 14 of file c_owner_set.hpp.

◆ mpNext

cOwnerSetNd_c* cOwnerSetNd_c::mpNext
private

The next node in the set.

Definition at line 15 of file c_owner_set.hpp.