Home | Documentation |
_struct Struct Reference
updated Mon Apr 22 2024 by Robert van Engelen
|
Represents the <struct> record structure element. More...
#include <xml-rpc.h>
Public Types | |
typedef _struct_iterator | iterator |
typedef _struct_const_iterator | const_iterator |
Public Member Functions | |
_struct () | |
_struct (const struct _struct &) | |
_struct (struct soap *) | |
_struct (struct soap *, int) | |
struct _struct & | operator= (const struct _struct &) |
bool | empty () const |
true if struct is empty More... | |
int | size () const |
number of accessors in struct More... | |
struct value & | operator[] (int) const |
struct index (negative to get from end) More... | |
struct value & | operator[] (const char *) |
struct accessor More... | |
struct value & | operator[] (const wchar_t *) |
struct accessor More... | |
const struct value & | operator[] (const char *) const |
struct accessor More... | |
const struct value & | operator[] (const wchar_t *) const |
struct accessor More... | |
_struct_iterator | begin () const |
struct iterator begin More... | |
_struct_iterator | end () const |
struct iterator end More... | |
Public Attributes | |
int | __size |
number of members More... | |
struct member * | member |
pointer to member array More... | |
struct soap * | soap |
ref to soap struct that manages this type More... | |
Represents the <struct> record structure element.
typedef _struct_const_iterator _struct::const_iterator |
typedef _struct_iterator _struct::iterator |
_struct::_struct | ( | ) |
_struct::_struct | ( | const struct _struct & | ) |
_struct::_struct | ( | struct soap * | ) |
_struct::_struct | ( | struct soap * | , |
int | |||
) |
_struct_iterator _struct::begin | ( | ) | const |
struct iterator begin
bool _struct::empty | ( | ) | const |
true if struct is empty
_struct_iterator _struct::end | ( | ) | const |
struct iterator end
struct value& _struct::operator[] | ( | int | ) | const |
struct index (negative to get from end)
struct value& _struct::operator[] | ( | const char * | ) |
struct accessor
struct value& _struct::operator[] | ( | const wchar_t * | ) |
struct accessor
const struct value& _struct::operator[] | ( | const char * | ) | const |
struct accessor
const struct value& _struct::operator[] | ( | const wchar_t * | ) | const |
struct accessor
int _struct::size | ( | ) | const |
number of accessors in struct
int _struct::__size |
number of members
struct member* _struct::member |
pointer to member array
struct soap* _struct::soap |
ref to soap struct that manages this type