libdballe
8.6
|
CursorStation implementation. More...
#include <cursor.h>
Public Member Functions | |
DBValues | get_values () const override |
void | remove () override |
![]() | |
Base (std::shared_ptr< v7::Transaction > tr) | |
int | remaining () const override |
bool | has_value () const |
bool | next () override |
void | discard () override |
dballe::DBStation | get_station () const override |
void | enq (impl::Enq &enq) const override |
unsigned | test_iterate (FILE *dump=0) override |
Iterate the cursor until the end, returning the number of items. More... | |
Additional Inherited Members | |
![]() | |
typedef ImplTraits< Stations >::Row | Row |
typedef ImplTraits< Stations >::Rows | Rows |
typedef ImplTraits< Stations >::Interface | Interface |
![]() | |
static std::unique_ptr< Stations > | downcast (std::unique_ptr< Interface > c) |
Downcast a unique_ptr pointer. | |
![]() | |
Rows | rows |
CursorStation implementation.