base_stack< T >::iterator Class Reference
non const
iterator
More...
#include <stack.h>
List of all members.
Detailed Description
template<class T>
class base_stack< T >::iterator
non const
iterator
Definition at line 198 of file stack.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
Definition at line 203 of file stack.h.
Member Function Documentation
template<class T>
T& base_stack< T >::iterator::operator* |
( |
|
) |
const [inline] |
template<class T>
T* base_stack< T >::iterator::operator-> |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: