GnuCashew ~ GnuCash Enabled Web
GCW
Versions.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Versions/Versions.h"
2 
3 #ifndef __DBO_VERSIONS_H___
4 #define __DBO_VERSIONS_H___
5 
6 #include "Item.h"
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Versions {
11 
12 /*!
13 ** \brief Load Version by Table Name
14 **
15 */
16 auto load( const std::string & _table_name )-> Item::Ptr;
17 
18  } // Versions
19  } // Dbo
20 } // GCW
21 
22 
23 
24 #endif // __DBO_VERSIONS_H___
25 
26 
Wt::Dbo::ptr< Item > Ptr
Definition: BaseItem.h:39
auto load(const std::string &_table_name) -> Item::Ptr
Load Version by Table Name.
Definition: Versions.cpp:15
Definition: App.h:17