summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/value.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index 06f86e3a21..3b03cc0d43 100644
--- a/include/value.h
+++ b/include/value.h
@@ -55,10 +55,13 @@ public:
* of this value
*/
value& operator=(tag&& t);
+ void set(tag&& t);
//Conversion to tag
operator tag&();
operator const tag&() const;
+ tag& get();
+ const tag& get() const;
//Assignment of primitives and string
/**