summaryrefslogtreecommitdiff
path: root/src/valueiterator.cpp
AgeCommit message (Collapse)Author
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-18fixed but in iteratorv0.9.1Emiel Bruijntjes
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