base_stack< T >::const_iterator Class Reference
most of STL algorithms are supported
More...
#include <stack.h>
List of all members.
Detailed Description
template<class T>
class base_stack< T >::const_iterator
most of STL algorithms are supported
Definition at line 101 of file stack.h.
Member Typedef Documentation
Constructor & Destructor Documentation
constructor
- Parameters:
-
Definition at line 123 of file stack.h.
copy constructor
Definition at line 130 of file stack.h.
Member Function Documentation
template<class T>
const T& base_stack< T >::const_iterator::operator* |
( |
|
) |
const [inline] |
template<class T>
const T* base_stack< T >::const_iterator::operator-> |
( |
|
) |
const [inline] |
Member Data Documentation
pointer to node
Definition at line 194 of file stack.h.
Referenced by base_stack< T >::const_iterator::next(), base_stack< T >::const_iterator::node(), base_stack< T >::iterator::operator!=(), base_stack< T >::const_iterator::operator!=(), base_stack< T >::iterator::operator*(), base_stack< T >::const_iterator::operator*(), base_stack< T >::iterator::operator++(), base_stack< T >::const_iterator::operator++(), base_stack< T >::iterator::operator->(), base_stack< T >::const_iterator::operator->(), base_stack< T >::iterator::operator==(), and base_stack< T >::const_iterator::operator==().
The documentation for this class was generated from the following file: