queue Class Reference
#include
<stdapis/stlportv5/stl/_queue.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
queue ( )
queue ( const _Sequence & )
queue | ( | const _Sequence & | __c | ) | [inline, explicit] |
queue ( __move_source< _Self > )
Member Function Documentation
_Get_s ( )
const _Sequence & | _Get_s | ( | ) | const [inline] |
back ( )
back ( )
empty ( )
bool | empty | ( | ) | const [inline] |
front ( )
front ( )
pop ( )
push ( const value_type & )