container.hpp file
Namespaces
- namespace liarsdice
- Main namespace for the Liar's Dice game.
- namespace liarsdice::di
- Dependency injection framework.
- namespace liarsdice::di::testing
Defines
- #define INJECT(...)
- #define DI_BIND(interface, implementation)
- #define DI_BIND_SINGLETON(interface, implementation)
- #define DI_BIND_INSTANCE(type, instance)
- #define DI_MAKE_INJECTOR(...)
- #define DI_CREATE(injector, type)
- #define DI_TEST_BIND(interface, mock)