Public Member Functions | |
ServiceHandle () | |
MyService * | operator-> () const |
MyService & | operator* () const |
ServiceHandle () | |
Public Member Functions inherited from ServiceHandleBase< MyService > | |
MyService * | operator-> () const |
MyService & | operator* () const |
Private Attributes | |
MyService * | instance |
Additional Inherited Members | |
Protected Attributes inherited from ServiceHandleBase< MyService > | |
MyService * | instance |
Definition at line 82 of file ServiceUtil_test.cc.
|
inline |
Definition at line 85 of file ServiceUtil_test.cc.
|
inline |
Definition at line 119 of file ServiceUtil_test.cc.
|
inline |
Definition at line 87 of file ServiceUtil_test.cc.
|
inline |
Definition at line 86 of file ServiceUtil_test.cc.
|
private |
Definition at line 83 of file ServiceUtil_test.cc.