|
U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
List node. More...
#include </var/dev/u3d/stable/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.