Represents the <array> array of values element.
More...
#include <xml-rpc.h>
Public Member Functions |
| _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) |
| (re)set number of array elements
|
struct value & | operator[] (int) |
| array index (negative to get from end)
|
_array_iterator | begin () const |
| array iterator begin
|
_array_iterator | end () const |
| array iterator end
|
Public Attributes |
struct data | data |
| data with values
|
struct soap * | soap |
| ref to soap struct that manages this type
|
Detailed Description
Represents the <array> array of values element.
Member Typedef Documentation
Constructor & Destructor Documentation
_array::_array |
( |
struct soap * |
| ) |
|
_array::_array |
( |
struct soap * |
, |
|
|
int |
|
|
) |
| |
Member Function Documentation
_array_iterator _array::begin |
( |
| ) |
const |
bool _array::empty |
( |
| ) |
const |
_array_iterator _array::end |
( |
| ) |
const |
struct value& _array::operator[] |
( |
int |
| ) |
|
|
read |
array index (negative to get from end)
int _array::size |
( |
| ) |
const |
void _array::size |
( |
int |
| ) |
|
(re)set number of array elements
Member Data Documentation
struct soap* _array::soap |
ref to soap struct that manages this type
The documentation for this struct was generated from the following file: