|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#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 Member Functions inherited from Wt::Dbo::Dbo< class C > | |
| 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_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 > |
|
inline |
Definition at line 24 of file User.h.
References GCW::Dbo::Users::Field::employee_guid, Wt::Dbo::field(), and m_employee_guid.
| std::string GCW::Dbo::Users::Item::m_employee_guid |