summaryrefslogtreecommitdiff
path: root/src/iteratorimpl.h
AgeCommit message (Expand)Author
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes
2014-04-05removed zend code from the iterator header file, and moved it into the src di...Emiel Bruijntjes
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming itera...Emiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
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-20added hashiterator, this is going to be one of the implementation classes for...Emiel Bruijntjes