ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
ConfigurationPlugin::Iterator Class Referenceabstract

Description:


Iterator interface class returned by GetIterator.

Note
Method Configuration::GetIterator returns an iterator that allows to iterate across all variables of a section found in all plug-ins

Definition at line 229 of file config/plugins.hpp.

#include <plugins.hpp>

Public Method Index:

virtual ~Iterator ()
 
virtual bool Next (Variable &variable)=0
 

Constructor(s) / Destructor Details::

◆ ~Iterator()

virtual ~Iterator ( )
inlinevirtual

Virtual destructor.

Definition at line 234 of file config/plugins.hpp.

Method Details:

◆ Next()

virtual bool Next ( Variable & variable)
pure virtual

Searches and loads the next variable from the iterated section. On success, the variable data is stored in variable .

Parameters
variableThe variable to load from this plug-in on success.
Returns
true, if a next variable was found. false otherwise.

The documentation for this class was generated from the following file: