| Urho3D
    | 
List node. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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 Dviglo::ListNodeBase | |
| ListNodeBase () | |
| Construct. | |
| Public Attributes | |
| T | value_ | 
| Node value. | |
|  Public Attributes inherited from Dviglo::ListNodeBase | |
| ListNodeBase * | prev_ | 
| Previous node. | |
| ListNodeBase * | next_ | 
| Next node. | |
List node.
 1.8.17
 1.8.17