Represents the <struct> record structure element.
More...
#include <xml-rpc.h>
|
| _struct () |
|
| _struct (struct soap *) |
|
| _struct (struct soap *, int) |
|
bool | empty () const |
| true if struct is empty
|
|
int | size () const |
| number of accessors in struct
|
|
struct value & | operator[] (const char *) |
| struct accessor index
|
|
_struct_iterator | begin () |
| struct accessor iterator begin
|
|
_struct_iterator | end () |
| struct accessor iterator end
|
|
|
int | __size |
| number of members
|
|
struct member * | member |
| pointer to member array
|
|
short | s2k = 0 |
| size = 2k
|
|
struct soap * | soap |
| ref to soap struct that manages this type
|
|
Represents the <struct> record structure element.
_struct::_struct |
( |
struct soap * |
| ) |
|
_struct::_struct |
( |
struct soap * |
, |
|
|
int |
|
|
) |
| |
_struct_iterator _struct::begin |
( |
| ) |
|
struct accessor iterator begin
bool _struct::empty |
( |
| ) |
const |
_struct_iterator _struct::end |
( |
| ) |
|
struct accessor iterator end
struct value& _struct::operator[] |
( |
const char * |
| ) |
|
|
read |
int _struct::size |
( |
| ) |
const |
number of accessors in struct
struct member* _struct::member |
struct soap* _struct::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