Public Member Functions

List< T >::node Class Reference

node of a list More...

#include <mlist.h>

List of all members.

Public Member Functions

 node (T val_, node *next_=(node *) NULL)
 default constructors
 ~node ()
 destructor
 node (const node &n)
 copy constructor
nodeoperator= (const node &n)
 assignment operator
const T & val () const
 accesses the value of the node
const nodenext () const
 accesses the next element
T & val ()
 accesses the value of the node
node *& next ()
 accesses the next element

Detailed Description

template<typename T>
class List< T >::node

node of a list


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines