summaryrefslogtreecommitdiff
path: root/include/valueiterator.h
AgeCommit message (Collapse)Author
2014-04-06refactored parameters class so that no zend engine dependency is necessary ↵Emiel Bruijntjes
in the include files
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming ↵Emiel Bruijntjes
iteratorimpl class
2014-03-20removed unique_ptr because client applications do not allow unique_ptr with ↵Emiel Bruijntjes
unknown types
2014-03-20moved implementation for hashiterator to header file, introduced ↵Emiel Bruijntjes
invaliditerator class, valueiterator now uses the hashiterator class internally
2014-03-19when iterating over object properties, the private and protected properties ↵Emiel Bruijntjes
are now skipped
2014-03-17fixed ValueIterator to compile on php 5.3 and php 5.4, fixed post increment ↵Emiel Bruijntjes
operator for ValueIterator
2014-03-16added Value::begin() and Value::end() methods to make it possible to iterate ↵Emiel Bruijntjes
over a value