OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Iterator for walking through the values of a key. More...
#include <owl/registry.h>
Public Member Functions | |
TRegValueIterator (const TRegKey ®Key) | |
Creates a value iterator for a registration key. | |
operator bool () | |
Tests the validity of this iterator. | |
uint32 | operator++ () |
Preincrements to the next value. | |
uint32 | operator++ (int) |
Postincrements to the next value. | |
uint32 | operator-- () |
Predecrements to the previous value. | |
uint32 | operator-- (int) |
Postdecrements to the previous value. | |
uint32 | operator[] (int index) |
Sets the index of the iterator to the passed value. | |
int | Current () const |
Returns the index to the current value. | |
const TRegKey & | BaseKey () const |
Returns the registration key that this iterator is bound to. | |
void | Reset () |
Resets the value index to zero. | |
Iterator for walking through the values of a key.
Definition at line 428 of file registry.h.
|
inline |
Creates a value iterator for a registration key.
Definition at line 1220 of file registry.h.
|
inline |
Returns the registration key that this iterator is bound to.
Definition at line 1286 of file registry.h.
|
inline |
Returns the index to the current value.
Definition at line 1278 of file registry.h.
|
inline |
Tests the validity of this iterator.
Definition at line 1228 of file registry.h.
|
inline |
Preincrements to the next value.
Definition at line 1236 of file registry.h.
Postincrements to the next value.
Definition at line 1244 of file registry.h.
|
inline |
Predecrements to the previous value.
Definition at line 1252 of file registry.h.
Postdecrements to the previous value.
Definition at line 1260 of file registry.h.
Sets the index of the iterator to the passed value.
Definition at line 1269 of file registry.h.
References owl::TRegKey::GetValueCount(), and PRECONDITION.
|
inline |
Resets the value index to zero.
Definition at line 1294 of file registry.h.