summaryrefslogtreecommitdiff
path: root/src/valueiterator.cpp
AgeCommit message (Expand)Author
2014-03-20removed unique_ptr because client applications do not allow unique_ptr with u...Emiel Bruijntjes
2014-03-20moved implementation for hashiterator to header file, introduced invaliditera...Emiel Bruijntjes
2014-03-19when iterating over object properties, the private and protected properties a...Emiel Bruijntjes
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 o...Emiel Bruijntjes
2014-03-16added Value::begin() and Value::end() methods to make it possible to iterate ...Emiel Bruijntjes