#include "TXmlRpc.h"#include "TClSession.h"#include "TError.h"Go to the source code of this file.
Functions | |
| void | print_values (int level, xmlrpc_env *env, xmlrpc_value *in) |
| Bool_t | report_error (xmlrpc_env *env, const char *what) |
| int | get_int (xmlrpc_env *env, xmlrpc_value *in) |
| int | get_boolean (xmlrpc_env *env, xmlrpc_value *in) |
| double | get_double (xmlrpc_env *env, xmlrpc_value *in) |
| char * | get_timestamp (xmlrpc_env *env, xmlrpc_value *in) |
| char * | get_string (xmlrpc_env *env, xmlrpc_value *in) |
| char * | get_base64 (xmlrpc_env *env, xmlrpc_value *in) |
| void | get_struct (int level, xmlrpc_env *env, xmlrpc_value *in) |
| void | get_array (int level, xmlrpc_env *env, xmlrpc_value *in) |
| void | print_values (int level, xmlrpc_env *env, xmlrpc_value *in) |
| ClassImp (TXmlRpc) TXmlRpc | |
| ClassImp | ( | TXmlRpc | ) |
Definition at line 191 of file TXmlRpc.cxx.
| void @7133::get_array | ( | int | level, | |
| xmlrpc_env * | env, | |||
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 120 of file TXmlRpc.cxx.
References i, print_values(), report_error(), and size.
Referenced by print_values().
| char* @7133::get_base64 | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 88 of file TXmlRpc.cxx.
References report_error(), and s.
Referenced by print_values().
| int @7133::get_boolean | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 51 of file TXmlRpc.cxx.
References i, and report_error().
Referenced by print_values().
| double @7133::get_double | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 60 of file TXmlRpc.cxx.
References d, and report_error().
Referenced by print_values().
| int @7133::get_int | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 42 of file TXmlRpc.cxx.
References i, and report_error().
Referenced by print_values().
| char* @7133::get_string | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 79 of file TXmlRpc.cxx.
References report_error(), and s.
Referenced by get_struct(), and print_values().
| void @7133::get_struct | ( | int | level, | |
| xmlrpc_env * | env, | |||
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 98 of file TXmlRpc.cxx.
References TString::Data(), get_string(), i, print_values(), report_error(), size, and value.
Referenced by print_values().
| char* @7133::get_timestamp | ( | xmlrpc_env * | env, | |
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 69 of file TXmlRpc.cxx.
References report_error(), and s.
Referenced by print_values().
| void @7133::print_values | ( | int | level, | |
| xmlrpc_env * | env, | |||
| xmlrpc_value * | in | |||
| ) | [static] |
Definition at line 138 of file TXmlRpc.cxx.
References TString::Data(), get_array(), get_base64(), get_boolean(), get_double(), get_int(), get_string(), get_struct(), and get_timestamp().
| void @7133::print_values | ( | int | level, | |
| xmlrpc_env * | env, | |||
| xmlrpc_value * | in | |||
| ) | [static] |
Referenced by get_array(), get_struct(), and TXmlRpc::PrintValue().
| Bool_t @7133::report_error | ( | xmlrpc_env * | env, | |
| const char * | what | |||
| ) | [static] |
Definition at line 32 of file TXmlRpc.cxx.
Referenced by get_array(), get_base64(), get_boolean(), get_double(), get_int(), get_string(), get_struct(), and get_timestamp().
1.5.1