Iterator interface class returned by GetIterator.
Definition at line 229 of file config/plugins.hpp.
#include <plugins.hpp>
Public Method Index: | |
virtual | ~Iterator () |
virtual bool | Next (Variable &variable)=0 |
|
inlinevirtual |
Virtual destructor.
Definition at line 234 of file config/plugins.hpp.
|
pure virtual |
Searches and loads the next variable from the iterated section. On success, the variable data is stored in variable .
variable | The variable to load from this plug-in on success. |
true
, if a next variable was found. false
otherwise.