Dry
Public Member Functions | Public Attributes | List of all members
Dry::List< T >::Node Struct Reference

List node. More...

#include <Dry/Container/List.h>

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

Public Member Functions

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

Public Attributes

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

Detailed Description

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

List node.


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