PTLib  Version 2.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PXMLRPCVariableBase Class Reference

#include <pxmlrpc.h>

Inheritance diagram for PXMLRPCVariableBase:
PObject PXMLRPCArrayBase PXMLRPCArrayObjectsBase

Public Member Functions

const char * GetName () const
const char * GetType () const
virtual void Copy (const PXMLRPCVariableBase &other)=0
virtual PString ToString (PINDEX i) const
virtual void FromString (PINDEX i, const PString &str)
virtual PXMLRPCStructBaseGetStruct (PINDEX i) const
virtual PBoolean IsArray () const
virtual PINDEX GetSize () const
virtual PBoolean SetSize (PINDEX)
PString ToBase64 (PAbstractArray &data) const
void FromBase64 (const PString &str, PAbstractArray &data)
- Public Member Functions inherited from PObject
virtual ~PObject ()
virtual PObjectClone () const
 Create a copy of the class on the heap.
virtual PINDEX HashFunction () const
 This function yields a hash value required by the PDictionary class.
virtual const char * GetClass (unsigned ancestor=0) const
 Get the current dynamic type of the object instance.
PBoolean IsClass (const char *cls) const
virtual PBoolean InternalIsDescendant (const char *clsName) const
 Determine if the dynamic type of the current instance is a descendent of the specified class.
virtual Comparison Compare (const PObject &obj) const
 Compare the two objects and return their relative rank.
virtual Comparison CompareObjectMemoryDirect (const PObject &obj) const
 Determine the byte wise comparison of two objects.
bool operator== (const PObject &obj) const
 Compare the two objects.
bool operator!= (const PObject &obj) const
 Compare the two objects.
bool operator< (const PObject &obj) const
 Compare the two objects.
bool operator> (const PObject &obj) const
 Compare the two objects.
bool operator<= (const PObject &obj) const
 Compare the two objects.
bool operator>= (const PObject &obj) const
 Compare the two objects.
virtual void PrintOn (ostream &strm) const
 Output the contents of the object to the stream.
virtual void ReadFrom (istream &strm)
 Input the contents of the object from the stream.

Protected Member Functions

 PXMLRPCVariableBase (const char *name, const char *type=NULL)
- Protected Member Functions inherited from PObject
 PObject ()
 Constructor for PObject, made protected so cannot ever create one on its own.

Protected Attributes

const char * name
const char * type

Additional Inherited Members

- Public Types inherited from PObject
enum  Comparison { LessThan = -1, EqualTo = 0, GreaterThan = 1 }
 Result of the comparison operation performed by the Compare() function. More...
- Static Public Member Functions inherited from PObject
static const char * Class ()
 Get the name of the class as a C string.
static Comparison InternalCompareObjectMemoryDirect (const PObject *obj1, const PObject *obj2, PINDEX size)
 Internal function caled from CompareObjectMemoryDirect()
- Friends inherited from PObject

Constructor & Destructor Documentation

PXMLRPCVariableBase::PXMLRPCVariableBase ( const char *  name,
const char *  type = NULL 
)
protected

Member Function Documentation

virtual void PXMLRPCVariableBase::Copy ( const PXMLRPCVariableBase other)
pure virtual

Implemented in PXMLRPCArrayBase.

void PXMLRPCVariableBase::FromBase64 ( const PString str,
PAbstractArray data 
)
virtual void PXMLRPCVariableBase::FromString ( PINDEX  i,
const PString str 
)
virtual

Reimplemented in PXMLRPCArrayObjectsBase.

const char* PXMLRPCVariableBase::GetName ( ) const
inline

References name.

virtual PINDEX PXMLRPCVariableBase::GetSize ( ) const
virtual

Reimplemented in PXMLRPCArrayBase.

virtual PXMLRPCStructBase* PXMLRPCVariableBase::GetStruct ( PINDEX  i) const
virtual
const char* PXMLRPCVariableBase::GetType ( ) const
inline

References type.

virtual PBoolean PXMLRPCVariableBase::IsArray ( ) const
virtual

Reimplemented in PXMLRPCArrayBase.

virtual PBoolean PXMLRPCVariableBase::SetSize ( PINDEX  )
virtual

Reimplemented in PXMLRPCArrayObjectsBase, and PXMLRPCArrayBase.

PString PXMLRPCVariableBase::ToBase64 ( PAbstractArray data) const
virtual PString PXMLRPCVariableBase::ToString ( PINDEX  i) const
virtual

Reimplemented in PXMLRPCArrayObjectsBase.

Member Data Documentation

const char* PXMLRPCVariableBase::name
protected

Referenced by GetName().

const char* PXMLRPCVariableBase::type
protected

Referenced by GetType().


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