17 #ifndef COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT 18 #define COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT 25 #define Inject(...) BalauInject(__VA_ARGS__) 30 #define InjectNamed(...) BalauInjectNamed(__VA_ARGS__) 37 #define InjectConstruct(...) BalauInjectConstruct(__VA_ARGS__) 44 #define InjectConstructNamed(...) BalauInjectConstructNamed(__VA_ARGS__) 49 #define InjectTypes(...) BalauInjectTypes(__VA_ARGS__) 54 #define InjectNamedTypes(...) BalauInjectNamedTypes(__VA_ARGS__) 56 #endif // COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT Injection macros used in injectable classes.