GnuCash  5.6-150-g038405b370+
Public Member Functions | Data Fields
write_objects_t Struct Reference

Data-passing struct for callbacks to qof_object_foreach() used in GncSqlObjectBackend::write(). More...

#include <gnc-sql-object-backend.hpp>

Inheritance diagram for write_objects_t:
split_info_t

Public Member Functions

 write_objects_t (GncSqlBackend *sql_be, bool o, GncSqlObjectBackend *e)
 
void commit (QofInstance *inst)
 

Data Fields

GncSqlBackendbe = nullptr
 
bool is_ok = false
 
GncSqlObjectBackendobe = nullptr
 

Detailed Description

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.


The documentation for this struct was generated from the following file: