|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/framework/f_line_nd.hpp>
A base line node.
Each node is owned by a base and represents it in the list.
Definition at line 10 of file f_line_nd.hpp.
Public Member Functions | |
| fLiNdBaLink_c (fBase_c *owner) | |
| Constructs a new list node. | |
| fLiNdBaLink_c * | getPrev () const |
| fLiNdBaLink_c * | getNext () const |
| void | clearData () |
| Removes this node from the owner's mUnusedList. | |
| Public Member Functions inherited from cLineNd_c | |
| cLineNd_c () | |
| Constructs a new list node. | |
| cLineNd_c * | getPrev () const |
| cLineNd_c * | getNext () const |
Public Attributes | |
| fBase_c * | mpOwner |
| The owner of this node. | |
Additional Inherited Members | |
| Protected Attributes inherited from cLineNd_c | |
| cLineNd_c * | mpPrev |
| The previous node. | |
| cLineNd_c * | mpNext |
| The next node. | |
|
inline |
Constructs a new list node.
| owner | The node's owner. |
Definition at line 15 of file f_line_nd.hpp.
|
inline |
Definition at line 17 of file f_line_nd.hpp.
|
inline |
Definition at line 21 of file f_line_nd.hpp.
| void fLiNdBaLink_c::clearData | ( | ) |
Removes this node from the owner's mUnusedList.
Definition at line 72 of file f_line.cpp.
| fBase_c* fLiNdBaLink_c::mpOwner |
The owner of this node.
Definition at line 28 of file f_line_nd.hpp.