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

add todo markings in variables.h

parent ca0e1b20
Branches
Tags
No related merge requests found
...@@ -151,6 +151,7 @@ class Variables : detail::Vmap<Value> ...@@ -151,6 +151,7 @@ class Variables : detail::Vmap<Value>
, detail::Vmap<Position> , detail::Vmap<Position>
, detail::Vmap<StrSet> , detail::Vmap<StrSet>
, detail::Vmap<TSet> , detail::Vmap<TSet>
// , boost::noncopyable
{ {
public: public:
/// Valid value types, should match the inheritance. /// Valid value types, should match the inheritance.
...@@ -172,6 +173,13 @@ public: ...@@ -172,6 +173,13 @@ public:
return detail::Vmap<T>::map_.size(); return detail::Vmap<T>::map_.size();
} }
void reset_values(); //set all values to default value
//template<typename T>
//const map_t& all_variables() const
//clone
/** Get a variable. /** Get a variable.
* *
* Returns the variable with the given name, or NULL if it does not exist. * Returns the variable with the given name, or NULL if it does not exist.
......
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