GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Template.h>
Public Member Functions | |
Template () | |
template<class Action > | |
void | persist (Action &a) |
![]() | |
BaseItem () | |
![]() | |
Dbo () | |
Dbo (const Dbo< C > &other) | |
dbo_traits< C >::IdType | id () const |
Session * | session () const |
void | setDirty () |
bool | isDirty () const |
ptr< C > | self () const |
Public Attributes | |
std::string | m_hostname |
int | m_pid = -1 |
Additional Inherited Members | |
![]() | |
using | Ptr = Wt::Dbo::ptr< C > |
using | Collection = Wt::Dbo::collection< Ptr > |
using | Vector = std::vector< Ptr > |
Definition at line 52 of file Template.h.
|
inline |
Definition at line 57 of file Template.h.
|
inline |
Definition at line 60 of file Template.h.
References GCW::Dbo::GncLock::addNew(), Wt::Dbo::field(), GCW::Dbo::GncLock::Template< C >::m_pid, and GCW::Dbo::GncLock::FieldDef::pid.
std::string GCW::Dbo::GncLock::Template< C >::m_hostname |
Definition at line 67 of file Template.h.
int GCW::Dbo::GncLock::Template< C >::m_pid = -1 |
Definition at line 68 of file Template.h.
Referenced by GCW::Dbo::GncLock::Template< C >::persist().