Genivia Home Documentation
_struct Struct Reference

updated Tue Dec 6 2016
 
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 More...
 
int size () const
 number of accessors in struct More...
 
struct valueoperator[] (int)
 struct index (negative to get from end) More...
 
struct valueoperator[] (const char *)
 struct accessor More...
 
struct valueoperator[] (const wchar_t *)
 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 membermember
 pointer to member array More...
 
struct soap * soap
 ref to soap struct that manages this type More...
 

Detailed Description

Represents the <struct> record structure element.

Member Typedef Documentation

§ const_iterator

typedef _struct_const_iterator _struct::const_iterator

§ iterator

typedef _struct_iterator _struct::iterator

Constructor & Destructor Documentation

§ _struct() [1/3]

_struct::_struct ( )

§ _struct() [2/3]

_struct::_struct ( struct soap )

§ _struct() [3/3]

_struct::_struct ( struct soap ,
int   
)

Member Function Documentation

§ begin()

_struct_iterator _struct::begin ( ) const

struct iterator begin

§ empty()

bool _struct::empty ( ) const

true if struct is empty

§ end()

_struct_iterator _struct::end ( ) const

struct iterator end

§ operator[]() [1/3]

struct value& _struct::operator[] ( int  )

struct index (negative to get from end)

§ operator[]() [2/3]

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

struct accessor

§ operator[]() [3/3]

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

struct accessor

§ size()

int _struct::size ( ) const

number of accessors in struct

Member Data Documentation

§ __size

int _struct::__size

number of members

§ member

struct member* _struct::member

pointer to member array

§ soap

struct soap* _struct::soap

ref to soap struct that manages this type


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