diff options
Diffstat (limited to 'include/core/option.h')
-rw-r--r-- | include/core/option.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/core/option.h b/include/core/option.h index 09cf033..934a133 100644 --- a/include/core/option.h +++ b/include/core/option.h @@ -64,7 +64,7 @@ class CompOption { /* internal use only */ TypeUnset } Type; - + /** * A value of an Option */ @@ -126,7 +126,7 @@ class CompOption { private: PrivateValue *priv; }; - + /** * TODO */ @@ -154,7 +154,7 @@ class CompOption { }; typedef std::vector<CompOption> Vector; - + /** * TODO */ @@ -176,6 +176,8 @@ class CompOption { void setName (CompString name, Type type); + void reset (); + CompString name (); Type type (); |