Scorum
|
#include <scorum/chain/dba/db_accessor_factory.hpp>
#include <scorum/chain/dba/db_accessor.hpp>
#include <scorum/chain/schema/game_object.hpp>
#include <scorum/chain/schema/proposal_object.hpp>
#include <scorum/chain/schema/betting_property_object.hpp>
#include <scorum/chain/schema/bet_objects.hpp>
#include <scorum/chain/schema/registration_objects.hpp>
#include <scorum/chain/schema/chain_property_object.hpp>
#include <scorum/chain/schema/dynamic_global_property_object.hpp>
#include <scorum/chain/schema/account_objects.hpp>
#include <scorum/chain/schema/comment_objects.hpp>
#include <scorum/chain/schema/nft_object.hpp>
Go to the source code of this file.
Namespaces | |
scorum | |
scorum::chain | |
scorum::chain::dba | |
Macros | |
#define | DB_TYPES |
#define | INSTANTIATE_DBA_FACTORY_METHODS(_1, _2, TYPE) template db_accessor<TYPE>& db_accessor_factory::get_dba<TYPE>() const; |
#define DB_TYPES |
Definition at line 16 of file db_accessor_factory.cpp.
#define INSTANTIATE_DBA_FACTORY_METHODS | ( | _1, | |
_2, | |||
TYPE | |||
) | template db_accessor<TYPE>& db_accessor_factory::get_dba<TYPE>() const; |
Definition at line 35 of file db_accessor_factory.cpp.