CatapultServer  v0.5.0.1 (Elephant)
ServiceRegistrar.h File Reference
Include dependency graph for ServiceRegistrar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::extensions::ServiceRegistrarInfo
 Information about a service registrar. More...
 
class  catapult::extensions::ServiceRegistrar
 A registrar for registering a service. More...
 

Namespaces

 catapult
 
 catapult::extensions
 

Macros

#define DECLARE_SERVICE_REGISTRAR(NAME)   std::unique_ptr<extensions::ServiceRegistrar> Create##NAME##ServiceRegistrar
 Declares a service registrar entry point with NAME. More...
 

Macro Definition Documentation

◆ DECLARE_SERVICE_REGISTRAR

#define DECLARE_SERVICE_REGISTRAR (   NAME)    std::unique_ptr<extensions::ServiceRegistrar> Create##NAME##ServiceRegistrar

Declares a service registrar entry point with NAME.