capydi
Loading...
Searching...
No Matches
ResolutionContext.hpp
Go to the documentation of this file.
1#ifndef CAPYDI_RESOLUTION_CONTEXT_HPP_
2#define CAPYDI_RESOLUTION_CONTEXT_HPP_
3
4namespace capy::di
5{
6
8{
9 bool just_created = false;
10};
11
12template<
13 typename InputTuple,
14 typename Container
15>
17{
18 InputTuple input;
19 Container& container;
21};
22
23}
24
25#endif // !CAPYDI_RESOLUTION_CONTEXT_HPP_
Definition Decorator.hpp:19
Definition ResolutionContext.hpp:17
InputTuple input
Definition ResolutionContext.hpp:18
Container & container
Definition ResolutionContext.hpp:19
ResolutionFlags flags
Definition ResolutionContext.hpp:20
Definition ResolutionContext.hpp:8
bool just_created
Definition ResolutionContext.hpp:9