From e314eff859e77c45edda586bc72e06672ee25a48 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Thu, 25 Nov 2010 14:54:38 +0100 Subject: [PATCH] add todo markings in variables.h --- libwccl/variables.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libwccl/variables.h b/libwccl/variables.h index 917515d..c0dcab7 100644 --- a/libwccl/variables.h +++ b/libwccl/variables.h @@ -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. -- GitLab