#include <mdClientState.h>
Public Member Functions | |
| mdClientState (const XmlRpcClient &client) | |
| mdClientState (const std::string &server_url) | |
| mdClientState (const mdClientState &o) | |
| mdClientState & | operator= (const mdClientState &o) |
| XmlRpcValue::int32 | getMDversion (std::string const string1) |
| std::string | create (XmlRpcValue::int32 const int1, std::string const string2, std::string const string3) |
| XmlRpcValue | get (XmlRpcValue::int32 const int1, std::string const string2) |
| std::string | set (XmlRpcValue::int32 const int1, XmlRpcValuestruct2) |
Definition at line 9 of file mdClientState.h.
| mdClientState::mdClientState | ( | const XmlRpcClient & | client | ) | [inline] |
Definition at line 13 of file mdClientState.h.
| mdClientState::mdClientState | ( | const std::string & | server_url | ) | [inline] |
Definition at line 15 of file mdClientState.h.
| mdClientState::mdClientState | ( | const mdClientState & | o | ) | [inline] |
Definition at line 17 of file mdClientState.h.
| mdClientState& mdClientState::operator= | ( | const mdClientState & | o | ) | [inline] |
Definition at line 20 of file mdClientState.h.
| XmlRpcValue::int32 mdClientState::getMDversion | ( | std::string const | string1 | ) |
Definition at line 7 of file mdClientState.cpp.
| std::string mdClientState::create | ( | XmlRpcValue::int32 const | int1, | |
| std::string const | string2, | |||
| std::string const | string3 | |||
| ) |
Definition at line 14 of file mdClientState.cpp.
| XmlRpcValue mdClientState::get | ( | XmlRpcValue::int32 const | int1, | |
| std::string const | string2 | |||
| ) |
Definition at line 23 of file mdClientState.cpp.
| std::string mdClientState::set | ( | XmlRpcValue::int32 const | int1, | |
| XmlRpcValue | struct2 | |||
| ) |
Definition at line 31 of file mdClientState.cpp.
1.5.6