Skip to content
Snippets Groups Projects
Commit 5d08af7a authored by ilor's avatar ilor
Browse files

Variables class upgrades:

* reset_values function to set all Values to their defaul-construct state
* read-only access to all variables of some type via get_all<T>
* Variables cloning
* convenience functions: get_or_throw, get_value
Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
parent d8b86835
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment