GnuCashew ~ GnuCash Enabled Web
GCW
|
#include "Item.h"
Go to the source code of this file.
Classes | |
struct | GCW::Dbo::Commodities::COMMODITY_S |
Namespaces | |
GCW | |
GCW::Dbo | |
Database Object Namespace. | |
GCW::Dbo::Commodities | |
Typedefs | |
typedef struct GCW::Dbo::Commodities::COMMODITY_S | GCW::Dbo::Commodities::Commodity_t |
Functions | |
auto | GCW::Dbo::Commodities::getIso4217Commodities () -> std::vector< Commodity_t > |
Get Commodities. More... | |
auto | GCW::Dbo::Commodities::load (const std::string &_guid) -> Item::Ptr |
Load Account by GUID. More... | |
auto | GCW::Dbo::Commodities::byGuid (const std::string &_guid) -> Item::Ptr |
Load Account by GUID. More... | |