Represents the <params> of a <methodCall> request and response.
More...
#include <xml-rpc.h>
Public Member Functions |
| params () |
| params (struct soap *) |
| params (struct soap *, int) |
bool | empty () const |
| true if no parameters
|
int | size () const |
| number of parameters
|
struct value & | operator[] (int) |
| parameter index (negative to get from end)
|
params_iterator | begin () const |
| parameter accessor iterator begin
|
params_iterator | end () const |
| parameter accessor iterator end
|
Public Attributes |
int | __size |
| number of parameters
|
struct param * | param |
| pointer to array of parameters
|
struct soap * | soap |
| ref to soap struct that manages this type
|
Detailed Description
Represents the <params> of a <methodCall> request and response.
Member Typedef Documentation
Constructor & Destructor Documentation
params::params |
( |
struct soap * |
| ) |
|
params::params |
( |
struct soap * |
, |
|
|
int |
|
|
) |
| |
Member Function Documentation
params_iterator params::begin |
( |
| ) |
const |
parameter accessor iterator begin
bool params::empty |
( |
| ) |
const |
params_iterator params::end |
( |
| ) |
const |
parameter accessor iterator end
struct value& params::operator[] |
( |
int |
| ) |
|
|
read |
parameter index (negative to get from end)
int params::size |
( |
| ) |
const |
Member Data Documentation
struct param* params::param |
pointer to array of parameters
struct soap* params::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: