|
libdballe
8.6
|
Public Member Functions | |
| Update (const Update &)=delete | |
| Update (Update &&) | |
| Update & | operator= (const Update &)=delete |
| Update & | operator= (Update &&) |
| void | add_db (dballe::db::Transaction &tr) |
| Merge summary data from a database. | |
| void | add_cursor (dballe::CursorSummary &cur) |
| Merge summary data from a database. | |
| void | add_json (core::json::Stream &in) |
| Load the explorer contents from JSON. | |
| template<typename OStation > | |
| void | add_explorer (const BaseExplorer< OStation > &explorer) |
| Merge the contents of another explorer into this one. | |
| void | add_message (const dballe::Message &message) |
| Merge the contents of a message. | |
| void | add_messages (const std::vector< std::shared_ptr< dballe::Message >> &messages) |
| Merge the contents of a vector of messages. | |
| void | commit () |
Protected Member Functions | |
| Update (BaseExplorer< Station > *explorer) | |
Protected Attributes | |
| BaseExplorer< Station > * | explorer = nullptr |
Friends | |
| class | BaseExplorer< Station > |
1.8.16