Home / Open source / Terimber 2.0
base_list< T >::_node_ Class Referenceinternal help class for head node
More...
#include <list.h>
List of all members.
Detailed Description
template<class T>
class base_list< T >::_node_
internal help class for head node
Definition at line 51 of file list.h.
Constructor & Destructor Documentation
constructor
Definition at line 55 of file list.h.
Member Data Documentation
pointer to the next _node
Definition at line 61 of file list.h.
Referenced by base_list< T >::begin(), base_list< T >::clear(), base_list< T >::front(), base_list< T >::const_iterator::next(), base_list< T >::iterator::operator++(), base_list< T >::const_iterator::operator++(), _list< T, A >::operator=(), list< T >::pop_back(), _list< T, A >::pop_back(), list< T >::pop_front(), _list< T, A >::pop_front(), list< T >::push_back(), _list< T, A >::push_back(), list< T >::push_front(), and _list< T, A >::push_front().
pointer to the prev _node
Definition at line 62 of file list.h.
Referenced by base_list< T >::back(), base_list< T >::clear(), base_list< T >::empty(), base_list< T >::iterator::operator--(), base_list< T >::const_iterator::operator--(), _list< T, A >::operator=(), list< T >::pop_back(), _list< T, A >::pop_back(), list< T >::pop_front(), _list< T, A >::pop_front(), base_list< T >::const_iterator::prev(), list< T >::push_back(), _list< T, A >::push_back(), list< T >::push_front(), and _list< T, A >::push_front().
The documentation for this class was generated from the following file:
|
|