#include "Reflex/PluginService.h"
#include "RVersion.h"
Go to the source code of this file.
Classes |
| class | SvcFactory< T > |
Defines |
| #define | DECLARE_SERVICE_FACTORY(x) PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMED_SERVICE_FACTORY(x, n) PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMESPACE_SERVICE_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_SERVICE(x) |
| #define | DECLARE_NAMESPACE_SERVICE(n, x) |
Define Documentation
| #define DECLARE_NAMESPACE_SERVICE |
( |
|
n, |
|
|
|
x |
|
) |
| |
| #define DECLARE_SERVICE |
( |
|
x ) |
|