GnuCashew ~ GnuCash Enabled Web
GCW
Public Member Functions | Public Attributes | List of all members
GCW::Dbo::Users::Item Class Reference

#include <User.h>

+ Inheritance diagram for GCW::Dbo::Users::Item:

Public Member Functions

 Item ()
 
template<class Action >
auto persist (Action &a) -> void
 
- Public Member Functions inherited from GCW::Dbo::BaseItem< Item >
 BaseItem ()
 

Public Attributes

std::string m_employee_guid
 

Additional Inherited Members

- Public Types inherited from GCW::Dbo::BaseItem< Item >
using Ptr = Wt::Dbo::ptr< Item >
 
using Collection = Wt::Dbo::collection< Ptr >
 
using Vector = std::vector< Ptr >
 

Detailed Description

Definition at line 16 of file User.h.

Constructor & Destructor Documentation

◆ Item()

GCW::Dbo::Users::Item::Item ( )
inline

Definition at line 21 of file User.h.

Member Function Documentation

◆ persist()

template<class Action >
auto GCW::Dbo::Users::Item::persist ( Action &  a) -> void
inline

Definition at line 24 of file User.h.

References GCW::Dbo::Users::Field::employee_guid, and m_employee_guid.

Member Data Documentation

◆ m_employee_guid

std::string GCW::Dbo::Users::Item::m_employee_guid

Definition at line 29 of file User.h.

Referenced by persist().


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