summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-16 14:55:51 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-16 14:55:51 +0100
commitec6d84016bec41b05e275641f990831572171969 (patch)
treeff76497cf1a000d96892dd9b2ed2ab6144a3bf89 /phpcpp.h
parenta83e9b3af70f35400ec5d62a4b400d55b05c3492 (diff)
added Value::begin() and Value::end() methods to make it possible to iterate over a value
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index f58eb8d..b9f10df 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -28,6 +28,7 @@
#include <phpcpp/exception.h>
#include <phpcpp/type.h>
#include <phpcpp/value.h>
+#include <phpcpp/valueiterator.h>
#include <phpcpp/array.h>
#include <phpcpp/object.h>
#include <phpcpp/hiddenpointer.h>