#include <mdClientBehavior.h>
Public Member Functions | |
| mdClientBehavior (const XmlRpcClient &client) | |
| mdClientBehavior (const std::string &server_url) | |
| mdClientBehavior (const mdClientBehavior &o) | |
| mdClientBehavior & | operator= (const mdClientBehavior &o) |
| XmlRpcValue | getCommandList (XmlRpcValue::int32 const int1, std::string const string2) |
| std::string | command (XmlRpcValue::int32 const int1, XmlRpcValuestruct2) |
Definition at line 9 of file mdClientBehavior.h.
| mdClientBehavior::mdClientBehavior | ( | const XmlRpcClient & | client | ) | [inline] |
Definition at line 13 of file mdClientBehavior.h.
| mdClientBehavior::mdClientBehavior | ( | const std::string & | server_url | ) | [inline] |
Definition at line 15 of file mdClientBehavior.h.
| mdClientBehavior::mdClientBehavior | ( | const mdClientBehavior & | o | ) | [inline] |
Definition at line 17 of file mdClientBehavior.h.
| mdClientBehavior& mdClientBehavior::operator= | ( | const mdClientBehavior & | o | ) | [inline] |
Definition at line 20 of file mdClientBehavior.h.
| XmlRpcValue mdClientBehavior::getCommandList | ( | XmlRpcValue::int32 const | int1, | |
| std::string const | string2 | |||
| ) |
Definition at line 7 of file mdClientBehavior.cpp.
| std::string mdClientBehavior::command | ( | XmlRpcValue::int32 const | int1, | |
| XmlRpcValue | struct2 | |||
| ) |
Definition at line 15 of file mdClientBehavior.cpp.
1.5.6