Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

base_list< T >::_node Class Reference

node with object More...

#include <list.h>

Inheritance diagram for base_list< T >::_node:

base_list< T >::_node_

List of all members.

Public Member Functions

 _node (const T &x)
 constructor

Public Attributes

_value
 object instance stored in list, must support copy constructor


Detailed Description

template<class T>
class base_list< T >::_node

node with object

Definition at line 67 of file list.h.


Constructor & Destructor Documentation

template<class T>
base_list< T >::_node::_node ( const T &  x  )  [inline]

constructor

Definition at line 71 of file list.h.


Member Data Documentation


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


© Copyright Terimber 2003-.