Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::stack Class Template Reference
#include <stl_stack.h>
List of all members.
Public Types
Public Methods
Protected Attributes
Friends
template<class _Tp, class _Sequence> class std::stack
Member Typedef Documentation
typedef _Sequence::value_type value_type
typedef _Sequence::size_type size_type
typedef _Sequence container_type
typedef _Sequence::reference reference
typedef _Sequence::const_reference const_reference
Constructor & Destructor Documentation
stack (
)
[inline]
stack (
const _Sequence &
__s
)
[inline, explicit]
Member Function Documentation
bool empty (
) const
[inline]
size_type
size (
) const
[inline]
reference
top (
)
[inline]
const_reference
top (
) const
[inline]
void push (
const
value_type
&
__x
)
[inline]
void pop (
)
[inline]
Friends And Related Function Documentation
bool operator== (
const stack< _Tp1, _Seq1 > &,
const stack< _Tp1, _Seq1 > & )
[friend]
bool operator< (
const stack< _Tp1, _Seq1 > &,
const stack< _Tp1, _Seq1 > & )
[friend]
Member Data Documentation
_Sequence c
[protected]
The documentation for this class was generated from the following file:
stl_stack.h
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001