GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
GncLock.h
Go to the documentation of this file.
1#line 2 "src/Dbo/GncLock/GncLock.h"
2
3#ifndef __DBO_GNCLOCK_H___
4#define __DBO_GNCLOCK_H___
5
6namespace Wt {
7 namespace Dbo {
8 class Session;
9 }
10}
11
12#include "Item.h"
13
14namespace GCW {
15 namespace Dbo {
16
17 /*!
18 ** \brief GncLock
19 **
20 **
21 */
22 namespace GncLock {
23
24auto mapClasses ( Wt::Dbo::Session & session )-> void;
26
29
30 } // endnamespace GncLock {
31 } // endnamespace Dbo {
32} // endnamespace Swims {
33
34#endif // __DBO_GNCLOCK_H___
Wt::Dbo::ptr< C > Ptr
Definition BaseItem.h:39
auto mapClasses(Wt::Dbo::Session &session) -> void
auto addNew() -> GCW::Dbo::GncLock::Item::Ptr
auto load(int _id) -> GCW::Dbo::GncLock::Item::Ptr
auto postCreateTables(Wt::Dbo::Session &session) -> void
Definition App.h:18