GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Item.h>
Public Member Functions | |
Item () | |
ctor | |
Item (const std::string &_table_name) | |
ctor with guid | |
template<class Action > | |
auto | persist (Action &action) -> void |
![]() | |
BaseItem () | |
Private Attributes | |
std::string | m_table_name |
int | m_table_version |
Additional Inherited Members | |
![]() | |
using | Ptr = Wt::Dbo::ptr< Item > |
using | Collection = Wt::Dbo::collection< Ptr > |
using | Vector = std::vector< Ptr > |
Versions Class.
|
inline |
|
inline |
Definition at line 84 of file Item.h.
References m_table_name, m_table_version, GCW::Dbo::Versions::Field::table_name, and GCW::Dbo::Versions::Field::table_version.
|
private |
|
private |