InjectableBody.hpp
1 // @formatter:off
2 //
3 // Balau core C++ library
4 //
5 // Copyright (C) 2008 Bora Software (contact@borasoftware.com)
6 //
7 // Licensed under the Boost Software License - Version 1.0 - August 17th, 2003.
8 // See the LICENSE file for the full license text.
9 //
10 
16 
17 #ifndef COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECTABLE_BODY
18 #define COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECTABLE_BODY
19 
21 #include <Balau/Application/Impl/InjectorBodyMacros.hpp>
22 
26 #define BalauInjectBody(...) _BalauInjectBody(__VA_ARGS__)
27 
31 #define BalauInjectBodyNamed(...) _BalauInjectBodyNamed(__VA_ARGS__)
32 
36 #define BalauInjectBodyTypes(...) _BalauInjectBodyTypes(__VA_ARGS__)
37 
41 #define BalauInjectBodyNamedTypes(...) _BalauInjectBodyNamedTypes(__VA_ARGS__)
42 
43 #endif // COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECTABLE_BODY
The main Injector class.