|
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) | |
Public Member Functions inherited from dballe::db::v7::cursor::Base< Stations > | |
| 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 | |
Public Types inherited from dballe::db::v7::cursor::Base< Stations > | |
| typedef ImplTraits< Stations >::Row | Row |
| typedef ImplTraits< Stations >::Rows | Rows |
| typedef ImplTraits< Stations >::Interface | Interface |
Static Public Member Functions inherited from dballe::db::v7::cursor::Base< Stations > | |
| static std::unique_ptr< Stations > | downcast (std::unique_ptr< Interface > c) |
| Downcast a unique_ptr pointer. | |
Public Attributes inherited from dballe::db::v7::cursor::Base< Stations > | |
| Rows | rows |
CursorStation implementation.
1.8.16