Genivia Home Documentation
_struct Struct Reference

updated Wed Feb 8 2017
 
Public Types | Public Member Functions | Public Attributes | List of all members
_struct Struct Reference

Represents the <struct> record structure element. More...

#include <xml-rpc.h>

Collaboration diagram for _struct:
Collaboration graph
[legend]

Public Types

typedef _struct_iterator iterator
typedef _struct_const_iterator const_iterator

Public Member Functions

 _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 valueoperator[] (int)
 struct index (negative to get from end)
struct valueoperator[] (const char *)
 struct accessor
struct valueoperator[] (const wchar_t *)
 struct accessor
_struct_iterator begin () const
 struct iterator begin
_struct_iterator end () const
 struct iterator end

Public Attributes

int __size
 number of members
struct membermember
 pointer to member array
struct soap * soap
 ref to soap struct that manages this type

Detailed Description

Represents the <struct> record structure element.

Member Typedef Documentation

typedef _struct_const_iterator _struct::const_iterator
typedef _struct_iterator _struct::iterator

Constructor & Destructor Documentation

_struct::_struct ( )
_struct::_struct ( struct soap )
_struct::_struct ( struct soap ,
int   
)

Member Function Documentation

_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  )
read

struct index (negative to get from end)

struct value& _struct::operator[] ( const char *  )
read

struct accessor

struct value& _struct::operator[] ( const wchar_t *  )
read

struct accessor

int _struct::size ( ) const

number of accessors in struct

Member Data Documentation

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


The documentation for this struct was generated from the following file: