InjectableHeader.hpp macros without Balau prefix. More...
#include <Balau/Application/InjectableHeader.hpp>
Go to the source code of this file.
Macros | |
#define | InjectHeader(...) BalauInjectHeader(__VA_ARGS__) |
Annotate an injectable class header by specifying the class name . More... | |
#define | InjectHeaderConstruct(...) BalauInjectHeaderConstruct(__VA_ARGS__) |
Annotate an injectable class header by specifying the class name. More... | |
InjectableHeader.hpp macros without Balau prefix.
#define InjectHeader | ( | ... | ) | BalauInjectHeader(__VA_ARGS__) |
Annotate an injectable class header by specifying the class name .
#define InjectHeaderConstruct | ( | ... | ) | BalauInjectHeaderConstruct(__VA_ARGS__) |
Annotate an injectable class header by specifying the class name.
This version includes the definition of an injectable constructor.