|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/cLib/c_list.hpp>
A doubly-linked list node. See cListMg_c.
Definition at line 7 of file c_list.hpp.
Public Member Functions | |
| cListNd_c () | |
| Constructs a new list node. | |
| cListNd_c * | getPrev () const |
| cListNd_c * | getNext () const |
Protected Attributes | |
| cListNd_c * | mpPrev |
| The previous node. | |
| cListNd_c * | mpNext |
| The next node. | |
|
inline |
Constructs a new list node.
Definition at line 10 of file c_list.hpp.
|
inline |
Definition at line 12 of file c_list.hpp.
|
inline |
Definition at line 13 of file c_list.hpp.
|
protected |
The previous node.
Definition at line 16 of file c_list.hpp.
|
protected |
The next node.
Definition at line 17 of file c_list.hpp.