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

add todo markings in variables.h

parent ca0e1b20
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ class Variables : detail::Vmap<Value>
, detail::Vmap<Position>
, detail::Vmap<StrSet>
, detail::Vmap<TSet>
// , boost::noncopyable
{
public:
/// Valid value types, should match the inheritance.
......@@ -172,6 +173,13 @@ public:
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.
*
* Returns the variable with the given name, or NULL if it does not exist.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment