Public Member Functions | |
AsyncCallHelper () | |
void | cb (const MethodResponse< TestResponse > &res) |
Public Attributes | |
MethodResponse< TestResponse > | mr |
bool | received |
TestResponseConstPtr | response |
Definition at line 285 of file test_intra.cpp.
AsyncCallHelper::AsyncCallHelper | ( | ) | [inline] |
Definition at line 287 of file test_intra.cpp.
void AsyncCallHelper::cb | ( | const MethodResponse< TestResponse > & | res | ) | [inline] |
Definition at line 291 of file test_intra.cpp.
MethodResponse<TestResponse> AsyncCallHelper::mr |
Definition at line 298 of file test_intra.cpp.
Definition at line 300 of file test_intra.cpp.
TestResponseConstPtr AsyncCallHelper::response |
Definition at line 299 of file test_intra.cpp.