27 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_ENVIRONMENT_H_ 28 #define ELEMENTSKERNEL_ELEMENTSKERNEL_ENVIRONMENT_H_ 132 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_ENVIRONMENT_H_ Variable & append(const std::string &)
std::reference_wrapper< Environment > m_env
a copiable and movable reference
Environment & env() const
Variable & operator=(const Variable &other)
void checkCompatibility(const Variable &)
proxy class to overload the assignment
const std::string & index() const
std::string m_index
The Name of the variable.
Variable & operator+=(const std::string &)
defines the macros to be used for explicit export of the symbols
std::string value() const
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
std::vector< std::string > m_added_variables
variable added to the environment
std::map< std::string, std::string > m_old_values
old value for changed variables
ELEMENTS_API Environment::Variable operator+(const std::string &, const Environment::Variable &)
Variable & prepend(const std::string &)
ELEMENTS_API std::ostream & operator<<(std::ostream &, const Environment::Variable &)
Variable operator+(const std::string &)