|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_reg_key_sequence.h>
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef V | value_type |
| The value type. | |
| typedef A | allocator_type |
| The allocator type. | |
| typedef basic_reg_key_sequence_const_iterator< C, T, V, A > | class_type |
| The current parameterisation of the type. | |
| typedef traits_type::size_type | size_type |
| The size type. | |
| typedef traits_type::difference_type | difference_type |
| The difference type. | |
| typedef traits_type::string_type | string_type |
| The string type. | |
| typedef ws_sint32_t | index_type |
| The index type. | |
| typedef traits_type::hkey_type | hkey_type |
| The hkey type. | |
Public Methods | |
| basic_reg_key_sequence_const_iterator () | |
| Default constructor. | |
| basic_reg_key_sequence_const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| ~basic_reg_key_sequence_const_iterator () winstl_throw_0() | |
| Destructor. | |
| basic_reg_key_sequence_const_iterator & | operator= (class_type const &rhs) |
| Copy assignment operator. | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type & | operator-- () |
| Pre-decrement operator. | |
| const class_type | operator++ (int) |
| Post-increment operator. | |
| const class_type | operator-- (int) |
| Post-decrement operator. | |
| const value_type | operator * () const |
| Dereference to return the value representing the current position. | |
| ws_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ws_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
| C | The character type |
| T | The traits type |
| V | The value type |
| A | The allocator type |
|
|
The allocator type.
|
|
|
The character type.
|
|
|
The current parameterisation of the type.
|
|
|
The difference type.
|
|
|
The hkey type.
|
|
|
The index type.
|
|
|
The size type.
|
|
|
The string type.
|
|
|
The traits type.
|
|
|
The value type.
|
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Dereference to return the value representing the current position.
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Post-decrement operator.
|
|
|
Pre-decrement operator.
|
|
|
Copy assignment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |