Public Attributes | |
std::unique_ptr< MyService > | myServicePtr = nullptr |
std::unique_ptr< MyOtherService > | myOtherServicePtr |
std::unique_ptr< YetAnotherService > | yetAnotherServicePtr |
Definition at line 66 of file ServiceUtil_test.cc.
std::unique_ptr<MyOtherService> GlobalServicesClass::myOtherServicePtr |
Definition at line 78 of file ServiceUtil_test.cc.
std::unique_ptr< MyService > GlobalServicesClass::myServicePtr = nullptr |
Definition at line 67 of file ServiceUtil_test.cc.
std::unique_ptr<YetAnotherService> GlobalServicesClass::yetAnotherServicePtr |
Definition at line 79 of file ServiceUtil_test.cc.