stack Class Reference
#include
<stdapis/stlportv5/stl/_stack.h>
Protected Attributes |
---|
_Sequence | c |
Member Type Definition Documentation
Typedef const_reference
typedef _Sequence::const_reference | const_reference |
Typedef container_type
typedef _Sequence | container_type |
Typedef reference
typedef _Sequence::reference | reference |
Typedef size_type
typedef _Sequence::size_type | size_type |
Typedef value_type
typedef _Sequence::value_type | value_type |
Member Attribute Documentation
c
Constructor & Destructor Documentation
stack ( )
stack ( const _Sequence & )
stack | ( | const _Sequence & | __s | ) | [inline, explicit] |
stack ( __move_source< _Self > )
Member Function Documentation
_Get_s ( )
const _Sequence & | _Get_s | ( | ) | const [inline] |
empty ( )
bool | empty | ( | ) | const [inline] |
pop ( )
push ( const value_type & )