GnuCash
5.6-150-g038405b370+
|
Data-passing struct for callbacks to qof_object_foreach() used in GncSqlObjectBackend::write(). More...
#include <gnc-sql-object-backend.hpp>
Public Member Functions | |
write_objects_t (GncSqlBackend *sql_be, bool o, GncSqlObjectBackend *e) | |
void | commit (QofInstance *inst) |
Data Fields | |
GncSqlBackend * | be = nullptr |
bool | is_ok = false |
GncSqlObjectBackend * | obe = nullptr |
Data-passing struct for callbacks to qof_object_foreach() used in GncSqlObjectBackend::write().
Once QofCollection is rewritten to use C++ containers we'll use std::foreach() and lambdas instead of callbacks and this can go away.
Definition at line 124 of file gnc-sql-object-backend.hpp.