#include <pxmlrpc.h>
Inheritance diagram for PXMLRPCVariableBase:
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 PXMLRPCStructBase * | GetStruct (PINDEX i) const |
virtual BOOL | IsArray () const |
virtual PINDEX | GetSize () const |
virtual BOOL | SetSize (PINDEX) |
PString | ToBase64 (PAbstractArray &data) const |
void | FromBase64 (const PString &str, PAbstractArray &data) |
Protected Member Functions | |
PXMLRPCVariableBase (const char *name, const char *type=NULL) | |
Protected Attributes | |
const char * | name |
const char * | type |
|
|
|
Implemented in PXMLRPCArrayBase. |
|
|
|
Reimplemented in PXMLRPCArrayObjectsBase. |
|
|
|
Reimplemented in PXMLRPCArrayBase. |
|
|
|
|
|
Reimplemented in PXMLRPCArrayBase. |
|
Reimplemented in PXMLRPCArrayBase, and PXMLRPCArrayObjectsBase. |
|
|
|
Reimplemented in PXMLRPCArrayObjectsBase. |
|
|
|
|