![]() |
Home | Documentation |
_a__address_book Class Reference
updated Sun Jan 31 2016
|
The root element of the address book schema. More...
#include <address.h>
Public Member Functions | |
virtual int | soap_type () const |
virtual void | soap_default (struct soap *) |
virtual void | soap_serialize (struct soap *) const |
virtual int | soap_put (struct soap *, const char *, const char *) const |
virtual int | soap_out (struct soap *, const char *, int, const char *) const |
virtual void * | soap_get (struct soap *, const char *, const char *) |
virtual void * | soap_in (struct soap *, const char *, const char *) |
_a__address_book () | |
virtual | ~_a__address_book () |
Public Attributes | |
std::vector< a__address * > | address |
Vector of a__address* with length 0..unbounded. More... | |
struct soap * | soap |
A handle to the soap struct that manages this instance (automatically set) More... | |
The root element of the address book schema.
Top-level root element "urn:address-book-example":address-book"urn:address-book-example":address-book is a complexType.
|
inline |
Definition at line 101 of file addressStub.h.
|
inlinevirtual |
Definition at line 102 of file addressStub.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 94 of file addressStub.h.
std::vector< a__address * > _a__address_book::address |
struct soap * _a__address_book::soap |