Iterator interface class, returned by method GetIterator.
Definition at line 425 of file configuration.hpp.
#include <configuration.hpp>
◆ Actual
◆ ~Iterator()
◆ Next()
Searches and loads the next variable from the iterated section. On success, the variable data is stored in Actual.
- Returns
true
, if a next variable was found. false
otherwise.
◆ ResetToSection()
virtual void ResetToSection |
( |
const String & | sectionName | ) |
|
|
pure virtual |
Resets this iterator to work on a different section of the same configuration.
- Parameters
-
sectionName | The name of the section to iterate. |
The documentation for this class was generated from the following file: