Dry
Public Member Functions | Public Attributes | List of all members
Dry::ListNodeBase Struct Reference

Doubly-linked list node base class. More...

#include <Dry/Container/ListBase.h>

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

Public Member Functions

 ListNodeBase ()
 Construct.
 

Public Attributes

ListNodeBaseprev_
 Previous node.
 
ListNodeBasenext_
 Next node.
 

Detailed Description

Doubly-linked list node base class.


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