OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Iterator for walking thru the subkeys of a key. More...
#include <owl/registry.h>
Public Member Functions | |
TRegKeyIterator (const TRegKey &key) | |
Creates a subkey iterator for a registration key. | |
operator bool () | |
Tests the validity of this iterator. | |
uint32 | operator++ () |
Preincrements to the next subkey. | |
uint32 | operator++ (int) |
Postincrements to the next subkey. | |
uint32 | operator-- () |
Predecrements to the previous subkey. | |
uint32 | operator-- (int) |
Postdecrements to the previous subkey. | |
uint32 | operator[] (int index) |
Sets the index of the iterator to the passed value. | |
int | Current () const |
Returns the index to the current subkey. | |
const TRegKey & | BaseKey () const |
Returns the registration key this iterator is bound to. | |
void | Reset () |
Resets the subkey index to zero. | |
Iterator for walking thru the subkeys of a key.
Definition at line 402 of file registry.h.
|
inline |
Creates a subkey iterator for a registration key.
Definition at line 1131 of file registry.h.
|
inline |
Returns the registration key this iterator is bound to.
Definition at line 1200 of file registry.h.
|
inline |
Returns the index to the current subkey.
Definition at line 1192 of file registry.h.
|
inline |
Tests the validity of this iterator.
Definition at line 1142 of file registry.h.
|
inline |
Preincrements to the next subkey.
Definition at line 1150 of file registry.h.
Postincrements to the next subkey.
Definition at line 1158 of file registry.h.
|
inline |
Predecrements to the previous subkey.
Definition at line 1166 of file registry.h.
Postdecrements to the previous subkey.
Definition at line 1174 of file registry.h.
Sets the index of the iterator to the passed value.
Definition at line 1183 of file registry.h.
References owl::TRegKey::GetSubkeyCount(), and PRECONDITION.
|
inline |
Resets the subkey index to zero.
Definition at line 1208 of file registry.h.