|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_pod_vector.h>
Typedefs | |
| typedef buffer_type::value_type | value_type |
| The value type. | |
| typedef buffer_type::allocator_type | allocator_type |
| The allocator type. | |
| typedef pod_vector< T, A, SPACE > | class_type |
| The type of the current parameterisation. | |
| typedef buffer_type::reference | reference |
| The reference type. | |
| typedef buffer_type::const_reference | const_reference |
| The non-mutable (const) reference type. | |
| typedef buffer_type::pointer | pointer |
| The pointer type. | |
| typedef buffer_type::const_pointer | const_pointer |
| The non-mutable (const) pointer type. | |
| typedef buffer_type::iterator | iterator |
| The iterator type. | |
| typedef buffer_type::const_iterator | const_iterator |
| The non-mutable (const) iterator type. | |
| typedef buffer_type::reverse_iterator | reverse_iterator |
| The type of the non-const (mutating) reverse iterator. | |
| typedef buffer_type::const_reverse_iterator | const_reverse_iterator |
| The type of the const (non-mutating) reverse iterator. | |
| typedef buffer_type::size_type | size_type |
| The size type. | |
| typedef buffer_type::difference_type | difference_type |
| The difference type. | |
|
|
The allocator type.
|
|
|
The type of the current parameterisation.
|
|
|
The non-mutable (const) iterator type.
|
|
|
The non-mutable (const) pointer type.
|
|
|
The non-mutable (const) reference type.
|
|
|
The type of the const (non-mutating) reverse iterator.
|
|
|
The difference type.
|
|
|
The iterator type.
|
|
|
The pointer type.
|
|
|
The reference type.
|
|
|
The type of the non-const (mutating) reverse iterator.
|
|
|
The size type.
|
|
|
The value type.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |