|
Urho3D
|
List node. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Container/List.h>
Public Member Functions | |
| Node ()=default | |
| Construct undefined. | |
| Node (const T &value) | |
| Construct with value. | |
| Node * | Next () const |
| Return next node. | |
| Node * | Prev () |
| Return previous node. | |
Public Member Functions inherited from Urho3D::ListNodeBase | |
| ListNodeBase () | |
| Construct. | |
Public Attributes | |
| T | value_ |
| Node value. | |
Public Attributes inherited from Urho3D::ListNodeBase | |
| ListNodeBase * | prev_ |
| Previous node. | |
| ListNodeBase * | next_ |
| Next node. | |
List node.