25 #ifndef PRESAGE_VARIABLE
26 #define PRESAGE_VARIABLE
36 Variable(
const std::string& variable);
37 Variable(
const std::vector<std::string>& variable);
std::string get_value() const
Variable(const char *variable)
static std::vector< std::string > string_to_vector(const std::string &str)
std::string get_name() const
static std::string vector_to_string(const std::vector< std::string > &var)
std::vector< std::string > m_name_vector
bool operator<(const Variable &other) const
std::vector< std::string > get_name_vector() const
void set_value(std::string value)