All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
GlobalServicesClass Struct Reference

Public Attributes

std::unique_ptr< MyServicemyServicePtr
 
std::unique_ptr< MyOtherServicemyOtherServicePtr
 
std::unique_ptr
< YetAnotherService
yetAnotherServicePtr
 

Detailed Description

Definition at line 76 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

Definition at line 77 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: