#include <MyServiceConsumer.h>
Public Member Functions | |
echo_functor (std::string msg, std::string &result) | |
void | operator() (RTC::CorbaConsumer< SimpleService::MyService > *obj) |
Public Attributes | |
std::string | m_msg |
std::string & | m_result |
Definition at line 154 of file MyServiceConsumer.h.
MyServiceConsumer::echo_functor::echo_functor | ( | std::string | msg, |
std::string & | result | ||
) | [inline] |
Definition at line 157 of file MyServiceConsumer.h.
void MyServiceConsumer::echo_functor::operator() | ( | RTC::CorbaConsumer< SimpleService::MyService > * | obj | ) | [inline] |
Definition at line 159 of file MyServiceConsumer.h.
std::string MyServiceConsumer::echo_functor::m_msg |
Definition at line 185 of file MyServiceConsumer.h.
std::string& MyServiceConsumer::echo_functor::m_result |
Definition at line 186 of file MyServiceConsumer.h.