#include <stdapis/stlportv5/stl/_vector.h>
| class vector : protected _STLP_PRIV _Vector_base |
| Public Member Type Definitions | |
|---|---|
| typedef | random_access_iterator_tag _Iterator_category |
| typedef | const value_type * const_iterator |
| typedef | const value_type * const_pointer |
| typedef | const value_type & const_reference |
| typedef | ptrdiff_t difference_type |
| typedef | value_type * iterator |
| typedef | value_type * pointer |
| typedef | value_type & reference |
| typedef | size_t size_type |
| Public Attributes | |
|---|---|
| _STLP_DECLARE_RANDOM_ACCESS_REVERSE_ITERATORS | |
| _STLP_FORCE_ALLOCATORS(_Tp, _Alloc) typedef typename _Base typedef _Tp | value_type |
| typedef random_access_iterator_tag | _Iterator_category |
| typedef const value_type * | const_iterator |
| typedef const value_type * | const_pointer |
| typedef const value_type & | const_reference |
| typedef ptrdiff_t | difference_type |
| typedef value_type * | iterator |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef size_t | size_type |
| _STLP_DECLARE_RANDOM_ACCESS_REVERSE_ITERATORS |
| _STLP_FORCE_ALLOCATORS(_Tp, _Alloc) typedef typename _Base typedef _Tp | value_type |
| vector | ( | const allocator_type & | __a = allocator_type() | ) | [inline, explicit] |
| vector | ( | size_type | __n | ) | [inline, explicit] |
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 | - |
| vector | ( | size_type | __n, |
| const _Tp & | __val, | ||
| const allocator_type & | __a = allocator_type() | ||
| ) | [inline] | ||
| vector | ( | 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 | - |
| vector | ( | __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 | - |
| vector | ( | const _Tp * | __first, |
| const _Tp * | __last, | ||
| const allocator_type & | __a = allocator_type() | ||
| ) | [inline] | ||
| ~vector | ( | ) | [inline] |
| void | _M_fill_assign | ( | size_type | __n, |
| const _Tp & | __val | |||
| ) | ||||
| void | assign | ( | size_type | __n, |
| const _Tp & | __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_iterator | __first, |
| const_iterator | __last | |||
| ) | [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 | - |
| const_reference | at | ( | size_type | __n | ) | const [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] |
| size_type | capacity | ( | ) | const [inline] |
| void | clear | ( | ) | [inline] |
| bool | empty | ( | ) | 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] |
| allocator_type | get_allocator | ( | ) | const [inline] |
| void | insert | ( | iterator | __pos, |
| const_iterator | __first, | |||
| const_iterator | __last | |||
| ) | [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] |
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 | - |
| const_reference | operator[] | ( | size_type | __n | ) | const [inline] |
| void | pop_back | ( | ) | [inline] |
| void | push_back | ( | const _Tp & | __x = _STLP_DEFAULT_CONSTRUCTED(_Tp) | ) | [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] |
| 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.