Represents the <array> array of values element.
More...
#include <xml-rpc.h>
|
| _array () |
|
| _array (struct soap *) |
|
| _array (struct soap *, int) |
|
bool | empty () const |
| true if array is empty
|
|
int | size () const |
| number of array elements
|
|
void | size (int n) |
| (re)set number of array elements
|
|
struct value & | operator[] (int) |
| array index
|
|
_array_iterator | begin () |
| array iterator begin
|
|
_array_iterator | end () |
| array iterator end
|
|
|
struct data | data |
| data with values
|
|
struct soap * | soap |
| ref to soap struct that manages this type
|
|
Represents the <array> array of values element.
_array::_array |
( |
struct soap * |
| ) |
|
_array::_array |
( |
struct soap * |
, |
|
|
int |
|
|
) |
| |
_array_iterator _array::begin |
( |
| ) |
|
bool _array::empty |
( |
| ) |
const |
_array_iterator _array::end |
( |
| ) |
|
struct value& _array::operator[] |
( |
int |
| ) |
|
|
read |
int _array::size |
( |
| ) |
const |
void _array::size |
( |
int |
n | ) |
|
(re)set number of array elements
struct soap* _array::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file:
- /Users/engelen/Projects/gsoap/samples/xml-rpc-json/xml-rpc.h