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

#include <game/cLib/c_line.hpp>

Inheritance diagram for cLineNd_c:
[legend]

Description

A doubly-linked list node. See cLineMg_c.

Definition at line 6 of file c_line.hpp.

Public Member Functions

 cLineNd_c ()
 Constructs a new list node.
cLineNd_cgetPrev () const
cLineNd_cgetNext () const

Protected Attributes

cLineNd_cmpPrev
 The previous node.
cLineNd_cmpNext
 The next node.

Constructor & Destructor Documentation

◆ cLineNd_c()

cLineNd_c::cLineNd_c ( )
inline

Constructs a new list node.

Definition at line 9 of file c_line.hpp.

Member Function Documentation

◆ getPrev()

cLineNd_c * cLineNd_c::getPrev ( ) const
inline

Definition at line 11 of file c_line.hpp.

◆ getNext()

cLineNd_c * cLineNd_c::getNext ( ) const
inline

Definition at line 12 of file c_line.hpp.

Member Data Documentation

◆ mpPrev

cLineNd_c* cLineNd_c::mpPrev
protected

The previous node.

Definition at line 15 of file c_line.hpp.

◆ mpNext

cLineNd_c* cLineNd_c::mpNext
protected

The next node.

Definition at line 16 of file c_line.hpp.