libdballe 9.14
dballe::db::v7::cursor::LevTrBase< Impl > Struct Template Reference
Inheritance diagram for dballe::db::v7::cursor::LevTrBase< Impl >:
dballe::db::v7::cursor::Base< Impl >

Public Member Functions

bool next () override
void discard () override
Public Member Functions inherited from dballe::db::v7::cursor::Base< Impl >
 Base (std::shared_ptr< v7::Transaction > tr)
int remaining () const override
bool has_value () const override
bool next () override
void discard () override
dballe::DBStation get_station () const override
unsigned test_iterate (FILE *dump=0) override
 Iterate the cursor until the end, returning the number of items.
const Row & row () const

Protected Member Functions

const LevTrEntryget_levtr () const
Protected Member Functions inherited from dballe::db::v7::cursor::Base< Impl >
int get_priority () const

Protected Attributes

const LevTrEntrylevtr = nullptr

Additional Inherited Members

Public Types inherited from dballe::db::v7::cursor::Base< Impl >
typedef ImplTraits< Impl >::Row Row
typedef ImplTraits< Impl >::Interface Interface
Static Public Member Functions inherited from dballe::db::v7::cursor::Base< Impl >
static std::shared_ptr< Impl > downcast (std::shared_ptr< Interface > c)
Public Attributes inherited from dballe::db::v7::cursor::Base< Impl >
std::shared_ptr< v7::Transactiontr
 Database to operate on.
std::deque< Row > results
 Storage for the raw database 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: