PTLib  Version 2.10.4
PXMLRPCArrayObjectsBase Class Reference

#include <pxmlrpc.h>

Inheritance diagram for PXMLRPCArrayObjectsBase:
PXMLRPCArrayBase PXMLRPCVariableBase PObject

List of all members.

Public Member Functions

virtual PString ToString (PINDEX i) const
virtual void FromString (PINDEX i, const PString &str)
virtual PBoolean SetSize (PINDEX)
virtual PObjectCreateObject () const =0

Protected Member Functions

 PXMLRPCArrayObjectsBase (PArrayObjects &array, const char *name, const char *type)
PXMLRPCArrayObjectsBaseoperator= (const PXMLRPCArrayObjectsBase &)

Protected Attributes

PArrayObjectsarray

Constructor & Destructor Documentation

PXMLRPCArrayObjectsBase::PXMLRPCArrayObjectsBase ( PArrayObjects array,
const char *  name,
const char *  type 
) [protected]

Member Function Documentation

virtual PObject* PXMLRPCArrayObjectsBase::CreateObject ( ) const [pure virtual]
virtual void PXMLRPCArrayObjectsBase::FromString ( PINDEX  i,
const PString str 
) [virtual]

Reimplemented from PXMLRPCVariableBase.

PXMLRPCArrayObjectsBase& PXMLRPCArrayObjectsBase::operator= ( const PXMLRPCArrayObjectsBase ) [protected]
virtual PBoolean PXMLRPCArrayObjectsBase::SetSize ( PINDEX  ) [virtual]

Reimplemented from PXMLRPCArrayBase.

virtual PString PXMLRPCArrayObjectsBase::ToString ( PINDEX  i) const [virtual]

Reimplemented from PXMLRPCVariableBase.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines