GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Slots.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Slots/Slots.h"
2
3#ifndef __DBO_SLOTS_H___
4#define __DBO_SLOTS_H___
5
6#include "Item.h"
7
8namespace GCW {
9 namespace Dbo {
10 namespace Slots {
11
13auto get( const std::string & _guid, const std::string & _name )-> GCW::Dbo::Slots::Item::Ptr ;
14
15 } // endSlots
16 } // endDbo
17} // endGCW
18
19#endif // __DBO_SLOTS_H___
20
21
std::vector< Ptr > Vector
Definition BaseItem.h:41
Wt::Dbo::ptr< Item > Ptr
Definition BaseItem.h:39
auto get() -> GCW::Dbo::Slots::Item::Vector
Definition Slots.cpp:30
Definition App.h:18