|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_environment_sequence.h>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef symbol | value_type |
| The value type. | |
| typedef basic_environment_sequence< C > | class_type |
| The current parameterisation of the type. | |
| typedef const value_type * | const_pointer |
| The non-mutable (const) pointer type. | |
| typedef const value_type & | const_reference |
| The non-mutable (const) reference type. | |
| typedef ws_size_t | size_type |
| The size type. | |
| typedef ws_ptrdiff_t | difference_type |
| The difference type. | |
| typedef ::stlsoft::pointer_iterator< value_type, const_pointer, const_reference >::iterator_type | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef ::stlsoft::const_reverse_iterator_base< const_iterator, value_type, const_reference, const_pointer, difference_type > | const_reverse_iterator |
| The non-mutating (const) reverse iterator type. | |
Public Methods | |
| basic_environment_sequence () | |
| Default constructor. | |
| ~basic_environment_sequence () winstl_throw_0() | |
| Destructor, which releases any resources acquired. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
| const_reverse_iterator | rbegin () const |
| Begins the reverse iteration. | |
| const_reverse_iterator | rend () const |
| Ends the reverse iteration. | |
| size_type | size () const |
| Returns the number of elements in the enviroment sequence. | |
| ws_bool_t | empty () const |
| Indicates whether the enviroment sequence is empty. | |
| value_type | operator[] (size_type index) const |
| Returns the name-value item for the given index. | |
| C | The character type |
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The non-mutating (const) iterator type.
|
|
|
The non-mutable (const) pointer type.
|
|
|
The non-mutable (const) reference type.
|
|
|
The non-mutating (const) reverse iterator type.
|
|
|
The difference type.
|
|
|
The size type.
|
|
|
The value type.
|
|
|
Default constructor.
|
|
|
Destructor, which releases any resources acquired.
|
|
|
Begins the iteration.
|
|
|
Indicates whether the enviroment sequence is empty.
|
|
|
Ends the iteration.
|
|
|
Returns the name-value item for the given index.
|
|
|
Begins the reverse iteration.
|
|
|
Ends the reverse iteration.
|
|
|
Returns the number of elements in the enviroment sequence.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |