libdballe
8.6
|
Public Member Functions | |
const DBValues & | values () const |
void | load (Tracer<> &trc, const StationQueryBuilder &qb) |
void | enq (impl::Enq &enq) const |
Rows (std::shared_ptr< v7::Transaction > tr) | |
![]() | |
Rows (std::shared_ptr< v7::Transaction > tr) | |
const StationRow * | operator-> () const |
int | get_priority () const |
bool | next () |
void | discard () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< v7::Transaction > | tr |
Database to operate on. | |
std::vector< StationRow > | results |
Storage for the raw database results. | |
std::vector< StationRow >::const_iterator | cur |
Iterator to the current position in results. | |
bool | at_start |
True if we are at the start of the iteration. | |