Public Attributes | List of all members
GlobalServicesClass Struct Reference

Public Attributes

std::unique_ptr< MyServicemyServicePtr = nullptr
 
std::unique_ptr< MyOtherServicemyOtherServicePtr
 
std::unique_ptr< YetAnotherServiceyetAnotherServicePtr
 

Detailed Description

Definition at line 66 of file ServiceUtil_test.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: