summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-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