#include <stdapis/stlportv5/stl/_list.h>
class list |
Public Member Type Definitions | |
---|---|
typedef | _STLP_PRIV _List_iterator< _Tp, _Const_traits< _Tp > > const_iterator |
typedef | const value_type * const_pointer |
typedef | const value_type & const_reference |
typedef | ptrdiff_t difference_type |
typedef | _STLP_PRIV _List_iterator< _Tp, _Nonconst_traits< _Tp > > iterator |
typedef | value_type * pointer |
typedef | value_type & reference |
typedef | size_t size_type |
typedef | _Tp value_type |
Public Attributes | |
---|---|
_STLP_FORCE_ALLOCATORS(_Tp, _Alloc) typedef typename _Base typedef bidirectional_iterator_tag | _Iterator_category |
_STLP_DECLARE_BIDIRECTIONAL_REVERSE_ITERATORS |
Protected Member Functions | |
---|---|
_Node_base * | _M_create_node(const_reference) |
typedef _STLP_PRIV _List_iterator< _Tp, _Const_traits< _Tp > > | const_iterator |
typedef const value_type * | const_pointer |
typedef const value_type & | const_reference |
typedef ptrdiff_t | difference_type |
typedef _STLP_PRIV _List_iterator< _Tp, _Nonconst_traits< _Tp > > | iterator |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef size_t | size_type |
typedef _Tp | value_type |
_STLP_FORCE_ALLOCATORS(_Tp, _Alloc) typedef typename _Base typedef bidirectional_iterator_tag | _Iterator_category |
_STLP_DECLARE_BIDIRECTIONAL_REVERSE_ITERATORS |
list | ( | size_type | __n, |
const_reference | __val = _STLP_DEFAULT_CONSTRUCTED(value_type), | ||
const allocator_type & | __a = allocator_type() | ||
) | [inline, explicit] |
list | ( | const value_type * | __first, |
const value_type * | __last, | ||
const allocator_type & | __a = allocator_type() | ||
) | [inline] |
list | ( | const_iterator | __first, |
const_iterator | __last, | ||
const allocator_type & | __a = allocator_type() | ||
) | [inline] |
list | ( | const allocator_type & | __a = allocator_type() | ) | [inline, explicit] |
list | ( | const _Self & | __x | ) | [inline] |
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.
Parameters | |
---|---|
__x | - |
list | ( | __move_source< _Self > | src | ) | [inline] |
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.
Parameters | |
---|---|
src | - |
~list | ( | ) | [inline] |
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.
_Node_base * | _M_create_node | ( | const_reference | __x = value_type() | ) | [protected, inline] |
void | _M_fill_assign | ( | size_type | __n, |
const_reference | __val | |||
) |
void | assign | ( | size_type | __n, |
const_reference | __val | |||
) | [inline] |
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.
Parameters | |
---|---|
__n | - |
__val | - |
void | assign | ( | const value_type * | __first2, |
const value_type * | __last2 | |||
) | [inline] |
void | assign | ( | const_iterator | __first2, |
const_iterator | __last2 | |||
) | [inline] |
reference | back | ( | ) | [inline] |
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.
const_reference | back | ( | ) | const [inline] |
iterator | begin | ( | ) | [inline] |
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.
const_iterator | begin | ( | ) | const [inline] |
iterator | end | ( | ) | [inline] |
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.
const_iterator | end | ( | ) | const [inline] |
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.
Parameters | |
---|---|
__pos | - |
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.
Parameters | |
---|---|
__first | - |
__last | - |
reference | front | ( | ) | [inline] |
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.
const_reference | front | ( | ) | const [inline] |
iterator | insert | ( | iterator | __pos, |
const_reference | __x = value_type() | |||
) | [inline] |
void | insert | ( | iterator | __pos, |
const value_type * | __first, | |||
const value_type * | __last | |||
) | [inline] |
void | insert | ( | iterator | __pos, |
const_iterator | __first, | |||
const_iterator | __last | |||
) | [inline] |
void | insert | ( | iterator | __pos, |
size_type | __n, | |||
const_reference | __x | |||
) | [inline] |
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.
Parameters | |
---|---|
__pos | - |
__n | - |
__x | - |
size_type | max_size | ( | ) | const [inline] |
void | merge | ( | _Self & | __x | ) | [inline] |
void | pop_back | ( | ) | [inline] |
void | push_back | ( | const_reference | __x | ) | [inline] |
void | push_front | ( | const_reference | __x | ) | [inline] |
reverse_iterator | rbegin | ( | ) | [inline] |
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.
const_reverse_iterator | rbegin | ( | ) | const [inline] |
void | remove | ( | const_reference | __val | ) | [inline] |
reverse_iterator | rend | ( | ) | [inline] |
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.
const_reverse_iterator | rend | ( | ) | const [inline] |
void | resize | ( | size_type | __new_size, |
const_reference | __x = value_type() | |||
) |
void | reverse | ( | ) | [inline] |
size_type | size | ( | ) | const [inline] |
void | sort | ( | ) | [inline] |
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.
Parameters | |
---|---|
__pos | - |
__x | - |
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.
Parameters | |
---|---|
__pos | - |
__x | - |
__i | - |
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.
Parameters | |
---|---|
__pos | - |
__x | - |
__first | - |
__last | - |