|
BOSS 8.0.0
BESIII Offline Software System
|
Classes | |
| class | XmlRpcErrorHandler |
| An interface allowing custom handling of error message reporting. More... | |
| class | XmlRpcLogHandler |
| An interface allowing custom handling of informational message reporting. More... | |
| class | XmlRpcClient |
| A class to send XML RPC requests to a server and return the results. More... | |
| class | XmlRpcDispatch |
| class | XmlRpcException |
| class | XmlRpcServer |
| A class to handle XML RPC requests. More... | |
| class | XmlRpcServerConnection |
| A class to handle XML RPC requests from a particular client. More... | |
| class | XmlRpcServerMethod |
| Abstract class representing a single RPC method. More... | |
| class | XmlRpcSocket |
| A platform-independent socket API. More... | |
| class | XmlRpcSource |
| An RPC source represents a file descriptor to monitor. More... | |
| class | XmlRpcUtil |
| Utilities for XML parsing, encoding, and decoding and message handlers. More... | |
| class | XmlRpcValue |
| RPC method arguments and results are represented by Values. More... | |
Functions | |
| int | getVerbosity () |
| Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity(). | |
| void | setVerbosity (int level) |
| Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level). | |
Variables | |
| const char | XMLRPC_VERSION [] = "XMLRPC++ 0.7" |
| Version identifier. | |
| int XmlRpc::getVerbosity | ( | ) |
Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity().
Definition at line 65 of file XmlRpcUtil.cpp.
| void XmlRpc::setVerbosity | ( | int | level | ) |
Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level).
Definition at line 66 of file XmlRpcUtil.cpp.
Referenced by main().
|
extern |
Version identifier.
Definition at line 23 of file XmlRpcUtil.cpp.
Referenced by XmlRpc::XmlRpcClient::generateHeader(), and XmlRpc::XmlRpcServerConnection::generateHeader().