Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Variable.h File Reference
#include <gii/gen/VariableHandler.h>
#include <misc/gen/pointer.h>
#include <gii/gen/Variable.hpp>
Include dependency graph for Variable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::Variable
 Class for creating and referencing global or local created parameters or settings called variables. This class allows linking of member functions of other classes to handle events generated. See the Example on how to use this class and the 'TVariableHandler' template class. More...
 

Namespaces

namespace  sf
 

Functions

_GII_FUNC std::ostream & sf::operator<< (std::ostream &os, const Variable &v)
 
_GII_FUNC std::istream & sf::operator>> (std::istream &is, Variable &v)
 Stream operator for the setup std::string.
 
_GII_FUNC std::ostream & sf::operator<< (std::ostream &os, const Variable::State::Vector &v)
 Stream operator for setting up this instance with a setup std::string.