Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
Saf::Collection::List< T >::Node Class Reference

List node. More...

#include <List.h>

List of all members.

Public Member Functions

 Node (const T &val)
 Constructor.

Public Attributes

Nodem_next
 Pointer to the next element.
Nodem_prev
 Pointer to the previous element.
m_val
 Element value.

Detailed Description

template<class T>
class Saf::Collection::List< T >::Node

List node.


Constructor & Destructor Documentation

template<class T>
Saf::Collection::List< T >::Node::Node ( const T &  val) [inline]

Constructor.


Member Data Documentation

template<class T>
Node* Saf::Collection::List< T >::Node::m_next

Pointer to the next element.

template<class T>
Node* Saf::Collection::List< T >::Node::m_prev

Pointer to the previous element.

template<class T>
T Saf::Collection::List< T >::Node::m_val

Element value.


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