Qore Mapper Module Reference 1.6.2
|
Output record iterator for Mapper objects with an input data provider. More...
#include <Mapper.qm.dox.h>
Inherits AbstractDataProviderRecordIterator.
Public Member Methods | |
constructor (Mapper mapper, AbstractDataProvider input, *hash< auto > where_cond, *hash< auto > search_options) | |
Creates the object from the arguments. | |
hash< auto > | getValue () |
Returns the mapped value of the current input record. | |
bool | next () |
Moves the current position to the next element; returns False if there are no more elements. | |
bool | valid () |
Returns True if the iterator is currently pointing at a valid element, False if not. | |
Private Attributes | |
AbstractDataProviderRecordIterator | i |
the input data provider | |
Mapper | mapper |
the mapper | |
Output record iterator for Mapper objects with an input data provider.