summaryrefslogtreecommitdiff
path: root/include/valueiterator.h
AgeCommit message (Collapse)Author
2016-05-25Fix move constructor Value and fix the hash iteratorMartijn Otto
2015-05-31fix documentation stuff that was reported in pull requested #194Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
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