Macros
InjectHeader.hpp File Reference

(1)

InjectableHeader.hpp macros without Balau prefix. More...

#include <Balau/Application/InjectableHeader.hpp>
Include dependency graph for InjectHeader.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...
 

Detailed Description

InjectableHeader.hpp macros without Balau prefix.

Macro Definition Documentation

◆ InjectHeader

#define InjectHeader (   ...)    BalauInjectHeader(__VA_ARGS__)

Annotate an injectable class header by specifying the class name .

◆ InjectHeaderConstruct

#define InjectHeaderConstruct (   ...)    BalauInjectHeaderConstruct(__VA_ARGS__)

Annotate an injectable class header by specifying the class name.

This version includes the definition of an injectable constructor.