Scorum
|
#include <boost/preprocessor/seq/for_each.hpp>
Go to the source code of this file.
Namespaces | |
scorum | |
scorum::chain | |
scorum::chain::dba | |
Macros | |
#define | DECLARE_SERVICE_FUNCT_NAME(service) BOOST_PP_CAT(service, _service) |
#define | DECLARE_SERVICE_INTERFACE_NAME(service) BOOST_PP_CAT(DECLARE_SERVICE_FUNCT_NAME(service), _i) |
#define | DECLARE_DBS_IMPL_NAME(service) BOOST_PP_CAT(dbs_, service) |
#define | DECLARE_SERVICE_INTERFACE(_1, _2, service) |
#define | DECLARE_FACTORY_INTERFACE_METHOD(_1, _2, service) |
#define | DECLARE_FACTORY_METHOD(_1, _2, service) |
#define | DATA_SERVICE_FACTORY_DECLARE(SERVICES) |
#define | DECLARE_FACTORY_METHOD_IMPL(_1, _2, service) |
#define | DATA_SERVICE_FACTORY_IMPL(SERVICES) |
#define DATA_SERVICE_FACTORY_DECLARE | ( | SERVICES | ) |
Definition at line 33 of file data_service_factory_def.hpp.
#define DATA_SERVICE_FACTORY_IMPL | ( | SERVICES | ) |
Definition at line 73 of file data_service_factory_def.hpp.
#define DECLARE_DBS_IMPL_NAME | ( | service | ) | BOOST_PP_CAT(dbs_, service) |
Definition at line 17 of file data_service_factory_def.hpp.
#define DECLARE_FACTORY_INTERFACE_METHOD | ( | _1, | |
_2, | |||
service | |||
) |
Definition at line 24 of file data_service_factory_def.hpp.
#define DECLARE_FACTORY_METHOD | ( | _1, | |
_2, | |||
service | |||
) |
Definition at line 29 of file data_service_factory_def.hpp.
#define DECLARE_FACTORY_METHOD_IMPL | ( | _1, | |
_2, | |||
service | |||
) |
Definition at line 66 of file data_service_factory_def.hpp.
#define DECLARE_SERVICE_FUNCT_NAME | ( | service | ) | BOOST_PP_CAT(service, _service) |
Definition at line 13 of file data_service_factory_def.hpp.
#define DECLARE_SERVICE_INTERFACE | ( | _1, | |
_2, | |||
service | |||
) |
Definition at line 19 of file data_service_factory_def.hpp.
#define DECLARE_SERVICE_INTERFACE_NAME | ( | service | ) | BOOST_PP_CAT(DECLARE_SERVICE_FUNCT_NAME(service), _i) |
Definition at line 15 of file data_service_factory_def.hpp.