RAUL  0.5.1
Public Member Functions | List of all members
Raul::List< T >::Node Class Reference

A node in a List. More...

#include <List.hpp>

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: