base_stack< T >::_node_ Class Reference
internal help class
More...
#include <stack.h>
List of all members.
Detailed Description
template<class T>
class base_stack< T >::_node_
internal help class
Definition at line 46 of file stack.h.
Constructor & Destructor Documentation
constructor
Definition at line 50 of file stack.h.
Member Data Documentation
pointer to the next _node
Definition at line 55 of file stack.h.
Referenced by base_stack< T >::begin(), base_stack< T >::clear(), base_stack< T >::empty(), base_stack< T >::const_iterator::next(), base_stack< T >::iterator::operator++(), base_stack< T >::const_iterator::operator++(), _stack< T, A >::operator=(), stack< T >::pop(), _stack< T, A >::pop(), stack< T >::push(), _stack< T, A >::push(), and base_stack< T >::top().
The documentation for this class was generated from the following file: