Books Class.
More...
#include <Item.h>
Books Class.
- Native GnuCash Books Sqlite Schema
CREATE TABLE books
(
guid text(32) PRIMARY KEY NOT NULL,
);
auto guid() const -> const std::string &
GUID.
const Wt::WFormModel::Field root_template_guid
const Wt::WFormModel::Field root_account_guid
Definition at line 69 of file Item.h.
◆ Item() [1/2]
GCW::Dbo::Books::Item::Item |
( |
| ) |
|
|
inline |
ctor
Definition at line 77 of file Item.h.
◆ Item() [2/2]
GCW::Dbo::Books::Item::Item |
( |
const std::string & |
_guid | ) |
|
|
inline |
ctor with guid
Definition at line 82 of file Item.h.
◆ guid()
auto GCW::Dbo::Books::Item::guid |
( |
| ) |
const -> const std::string & |
|
inline |
GUID.
Return account 'guid' value - the primary key for the account
Definition at line 89 of file Item.h.
References m_guid.
◆ persist()
template<class Action >
auto GCW::Dbo::Books::Item::persist |
( |
Action & |
action | ) |
-> void
|
|
inline |
◆ m_guid
std::string GCW::Dbo::Books::Item::m_guid |
|
private |
◆ m_root_account_guid
std::string GCW::Dbo::Books::Item::m_root_account_guid |
|
private |
◆ m_root_template_guid
std::string GCW::Dbo::Books::Item::m_root_template_guid |
|
private |
The documentation for this class was generated from the following file: