Public Attributes | |
std::unique_ptr< MyService > | myServicePtr |
std::unique_ptr< MyOtherService > | myOtherServicePtr |
std::unique_ptr < YetAnotherService > | yetAnotherServicePtr |
Definition at line 76 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 |
Definition at line 77 of file ServiceUtil_test.cc.
std::unique_ptr<YetAnotherService> GlobalServicesClass::yetAnotherServicePtr |
Definition at line 79 of file ServiceUtil_test.cc.