Skip to content
Snippets Groups Projects
  • ilor's avatar
    Variables class upgrades: · 5d08af7a
    ilor authored
    * 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.
    5d08af7a