summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-21 09:44:08 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-21 09:44:08 +0100
commite7faad695a7dae3f6ca07f3746d4577c2e8745d6 (patch)
tree27f3d3d61a2381c05daac0ae19400db9e1a04c31 /include
parent64bbfe2cb99b9214aa78089ad8a14c9c73ed6a16 (diff)
implementation of traverseiterator (untested)
Diffstat (limited to 'include')
-rw-r--r--include/value.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index d49ce4a..63914a9 100644
--- a/include/value.h
+++ b/include/value.h
@@ -933,6 +933,13 @@ protected:
* @return Value The value that was set
*/
const Value &setRaw(const char *key, int size, const Value &value);
+
+ /**
+ * Internal helper method to create an iterator
+ * @param begin Should the iterator start at the begin?
+ * @return iterator
+ */
+ iterator createIterator(bool begin) const;
/**
* The Globals and Member classes can access the zval directly