![]() |
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 | valid () |
| Returns True if the iterator is currently pointing at a valid element, False if not. | |
Private Member Methods | |
| bool | nextImpl () |
| Moves the current position to the next element; returns False if there are no more elements. | |
Private Attributes | |
| AbstractDataProviderRecordIterator | i |
| the input data provider | |
| Mapper | mapper |
| the mapper | |
Output record iterator for Mapper objects with an input data provider.