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) |
void ListDetail::list_initialise | ( | ListNodeBase & | self | ) | [inline] |
void ListDetail::list_swap | ( | ListNodeBase & | self, | |
ListNodeBase & | other | |||
) | [inline] |
void ListDetail::node_link | ( | ListNodeBase * | node, | |
ListNodeBase * | next | |||
) | [inline] |