|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|


Public Member Functions | |
| ServiceB (std::shared_ptr< ServiceA > a) | |
| std::string | get_name () const override |
| std::shared_ptr< ServiceA > | get_dependency () const |
Public Member Functions inherited from IService | |
| virtual | ~IService ()=default |
Private Attributes | |
| std::shared_ptr< ServiceA > | service_a_ |
Definition at line 62 of file test_di_container.cpp.
|
inlineexplicit |
Definition at line 67 of file test_di_container.cpp.
|
inline |
|
inlineoverridevirtual |
Implements IService.
Definition at line 69 of file test_di_container.cpp.
References ServiceA::get_name(), and service_a_.

|
private |
Definition at line 64 of file test_di_container.cpp.
Referenced by get_dependency(), and get_name().