stack Class Reference

#include <stdapis/stlportv5/stl/_stack.h>

class stack
Public Member Type Definitions
typedef_Sequence::const_reference const_reference
typedef_Sequence container_type
typedef_Sequence::reference reference
typedef_Sequence::size_type size_type
typedef_Sequence::value_type value_type
Protected Attributes
_Sequencec
Public Member Functions
stack()
stack(const _Sequence &)
stack(__move_source< _Self >)
const _Sequence &_Get_s()
boolempty()
voidpop()
voidpush(const value_type &)
size_type size()
reference top()
const_reference top()

Member Type Definition Documentation

Typedef const_reference

typedef _Sequence::const_referenceconst_reference

Typedef container_type

typedef _Sequencecontainer_type

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

//Changed from publishedAll

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef reference

typedef _Sequence::referencereference

Typedef size_type

typedef _Sequence::size_typesize_type

Typedef value_type

typedef _Sequence::value_typevalue_type

Member Attribute Documentation

c

_Sequencec[protected]

Constructor & Destructor Documentation

stack ( )

stack()[inline]

stack ( const _Sequence & )

stack(const _Sequence &__s)[inline, explicit]

stack ( __move_source< _Self > )

stack(__move_source< _Self >src)[inline]

Member Function Documentation

_Get_s ( )

const _Sequence &_Get_s()const [inline]

empty ( )

boolempty()const [inline]

pop ( )

voidpop()[inline]

push ( const value_type & )

voidpush(const value_type &__x)[inline]

size ( )

size_type size()const [inline]

top ( )

reference top()[inline]

top ( )

const_reference top()const [inline]