#include <pxmlrpc.h>
Inheritance diagram for PXMLRPCArrayBase:
Public Member Functions | |
virtual void | PrintOn (ostream &strm) const |
virtual void | Copy (const PXMLRPCVariableBase &other) |
virtual BOOL | IsArray () const |
virtual PINDEX | GetSize () const |
virtual BOOL | SetSize (PINDEX) |
Protected Member Functions | |
PXMLRPCArrayBase (PContainer &array, const char *name, const char *type) | |
PXMLRPCArrayBase & | operator= (const PXMLRPCArrayBase &) |
Protected Attributes | |
PContainer & | array |
|
|
|
Implements PXMLRPCVariableBase. |
|
Reimplemented from PXMLRPCVariableBase. |
|
Reimplemented from PXMLRPCVariableBase. |
|
|
|
Output the contents of the object to the stream. The exact output is dependent on the exact semantics of the descendent class. This is primarily used by the standard #operator<<# function. The default behaviour is to print the class name. Reimplemented from PObject. |
|
Reimplemented from PXMLRPCVariableBase. Reimplemented in PXMLRPCArrayObjectsBase. |
|
Reimplemented in PXMLRPCArrayObjectsBase. |