ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Methods | List of all members
ConfigurationPlugin::Iterator Class Referenceabstract

#include <plugins.hpp>

Class 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.

Public Methods

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

Constructor & Destructor Documentation

◆ ~Iterator()

virtual ~Iterator ( )
inlinevirtual

Virtual destructor.

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

Member Function Documentation

◆ 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: