Urho3D
Public Member Functions | Public Attributes
Urho3D::List< T >::Node Struct Reference

List node. More...

#include <List.h>

Inheritance diagram for Urho3D::List< T >::Node:
Urho3D::ListNodeBase

List of all members.

Public Member Functions

 Node ()
 Construct undefined.
 Node (const T &value)
 Construct with value.
NodeNext () const
 Return next node.
NodePrev ()
 Return previous node.
- Public Member Functions inherited from Urho3D::ListNodeBase
 ListNodeBase ()
 Construct.

Public Attributes

value_
 Node value.
- Public Attributes inherited from Urho3D::ListNodeBase
ListNodeBaseprev_
 Previous node.
ListNodeBasenext_
 Next node.

Detailed Description

template<class T>
struct Urho3D::List< T >::Node

List node.


The documentation for this struct was generated from the following file: