Raul::List< T >::Node Class Reference

A node in a List. More...

#include <List.hpp>

List of all members.

Public Member Functions

 Node (T elem)
template<typename Y >
 Node (const typename List< Y >::Node &copy)
Nodeprev () const
void prev (Node *ln)
Nodenext () const
void next (Node *ln)
T & elem ()
const T & elem () const


Detailed Description

template<typename T>
class Raul::List< T >::Node

A node in a List.

This is exposed so the user can allocate Nodes in different thread than the list reader, and insert (e.g. via an Event) it later in the reader thread.


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

Generated on Mon Aug 3 16:01:42 2009 for RAUL by  doxygen 1.5.9