famouso::configuration Namespace Reference
The namespace configuration contains all additional generated tester and selector classes that are needed for the automatic configuration process. It is used for storing all relevant entities in one place to bar namespace clashes. More...
Functions | |
IF_CONTAINS_TYPE_ (ELMS) | |
This macro generates a compile time tester and selector class for checking if ELMS (famouso::mw::el::EventLayerMiddlewareStub) is a subtype of a class/configuration. This feasibility is used for configuration decisions during the configuration process of the middleware. | |
IF_CONTAINS_TYPE_ (GW) | |
This macro generates a compile time tester and selector class for checking if GW (famouso::mw::gwl::Gateway) is a subtype of a class/configuration. This feasibility is used for configuration decisions during the configuration process of the middleware. |
Detailed Description
The namespace configuration contains all additional generated tester and selector classes that are needed for the automatic configuration process. It is used for storing all relevant entities in one place to bar namespace clashes.
Function Documentation
famouso::configuration::IF_CONTAINS_TYPE_ | ( | GW | ) |
This macro generates a compile time tester and selector class for checking if GW (famouso::mw::gwl::Gateway) is a subtype of a class/configuration. This feasibility is used for configuration decisions during the configuration process of the middleware.
famouso::configuration::IF_CONTAINS_TYPE_ | ( | ELMS | ) |
This macro generates a compile time tester and selector class for checking if ELMS (famouso::mw::el::EventLayerMiddlewareStub) is a subtype of a class/configuration. This feasibility is used for configuration decisions during the configuration process of the middleware.