|
|
|
Home / Open source / Terimber 2.0
stack< T > Class Template Referenceclass stack uses internal allocator class for ALL internal memory allocations forward iterators are supported
More...
#include <stack.h>
List of all members.
Detailed Description
template<class T>
class stack< T >
class stack uses internal allocator class for ALL internal memory allocations forward iterators are supported
Definition at line 367 of file stack.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
Definition at line 286 of file stack.hpp.
Member Function Documentation
template<class T>
size_t stack< T >::size |
( |
|
) |
const [inline] |
template<class T>
bool stack< T >::pop |
( |
|
) |
[inline] |
template<class T>
void stack< T >::clear |
( |
|
) |
[inline] |
template<class T>
TYPENAME stack< T >::_node * stack< T >::_buynode |
( |
const T & |
x |
) |
[inline, protected] |
template<class T>
void stack< T >::_freenode |
( |
TYPENAME stack< T >::_node * |
p |
) |
[inline, protected] |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|
|
|