void set_type(variable_type::type _t)
setter for type of a domain
Definition: Domain.cc:31
Domain class - class that points to a data type.
Definition: Domain.h:12
Domain(std::string a_name, variable_type::type type=variable_type::INVALID)
constructor that creates a connection between name and type
Definition: Domain.cc:8
variable_type::type get_type() const
getter for type of a domain
Definition: Domain.cc:35
std::string print()
returns string with domain information
Definition: Domain.cc:39
std::string get_name() const
getter for name of a domain
Definition: Domain.cc:27