Represents the <params> of a <methodCall> request and response.
More...
#include <xml-rpc.h>
Represents the <params> of a <methodCall> request and response.
§ const_iterator
§ iterator
§ params() [1/3]
§ params() [2/3]
params::params |
( |
struct soap * |
| ) |
|
§ params() [3/3]
params::params |
( |
struct soap * |
, |
|
|
int |
|
|
) |
| |
§ begin()
params_iterator params::begin |
( |
| ) |
const |
parameter accessor iterator begin
§ empty()
bool params::empty |
( |
| ) |
const |
§ end()
params_iterator params::end |
( |
| ) |
const |
parameter accessor iterator end
§ operator[]()
struct value& params::operator[] |
( |
int |
| ) |
|
parameter index (negative to get from end)
§ size()
int params::size |
( |
| ) |
const |
§ __size
§ param
struct param* params::param |
pointer to array of parameters
§ soap
struct soap* params::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: