|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/cLib/c_line.hpp>
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_c * | getPrev () const |
| cLineNd_c * | getNext () const |
Protected Attributes | |
| cLineNd_c * | mpPrev |
| The previous node. | |
| cLineNd_c * | mpNext |
| The next node. | |
|
inline |
Constructs a new list node.
Definition at line 9 of file c_line.hpp.
|
inline |
Definition at line 11 of file c_line.hpp.
|
inline |
Definition at line 12 of file c_line.hpp.
|
protected |
The previous node.
Definition at line 15 of file c_line.hpp.
|
protected |
The next node.
Definition at line 16 of file c_line.hpp.