libdballe  8.3
Public Member Functions | Public Attributes | List of all members
dballe::db::v7::cursor::Rows< Row > Struct Template Reference
Inheritance diagram for dballe::db::v7::cursor::Rows< Row >:
dballe::db::v7::cursor::LevTrRows< Row >

Public Member Functions

 Rows (std::shared_ptr< v7::Transaction > tr)
 
const Row * operator-> () const
 
int get_priority () const
 
bool next ()
 
void discard ()
 

Public Attributes

std::shared_ptr< v7::Transactiontr
 Database to operate on.
 
std::vector< Row > results
 Storage for the raw database results.
 
std::vector< Row >::const_iterator cur
 Iterator to the current position in results.
 
bool at_start = true
 True if we are at the start of the iteration.
 

The documentation for this struct was generated from the following file: