ListDetail Namespace Reference

Data Structures

struct  ListNodeBase
struct  ListNode
class  NonConstTraits
class  ConstTraits
class  ListIterator

Functions

void list_initialise (ListNodeBase &self)
void list_swap (ListNodeBase &self, ListNodeBase &other)
void node_link (ListNodeBase *node, ListNodeBase *next)
void node_unlink (ListNodeBase *node)

Function Documentation

void ListDetail::list_initialise ( ListNodeBase &  self  )  [inline]

Definition at line 12 of file signal.h.

void ListDetail::list_swap ( ListNodeBase &  self,
ListNodeBase &  other 
) [inline]

Definition at line 16 of file signal.h.

void ListDetail::node_link ( ListNodeBase *  node,
ListNodeBase *  next 
) [inline]

Definition at line 32 of file signal.h.

void ListDetail::node_unlink ( ListNodeBase *  node  )  [inline]

Definition at line 38 of file signal.h.


Generated by  doxygen 1.6.2