|
Public Member Functions |
|
| OSAnyElementClass () |
| | The default constructor creates an empty element.
|
| | OSAnyElementClass (OSBOOL ownMemory) |
| | This constructor creates an empty element.
|
| | OSAnyElementClass (const OSUTF8CHAR *pname, const OSUTF8CHAR *pvalue) |
| | This constructor initializes the element to contain the given data values.
|
| | OSAnyElementClass (const char *pname, const char *pvalue) |
| | This constructor initializes the element to contain the given data values.
|
| | OSAnyElementClass (OSUTF8CHAR *pname, OSUTF8CHAR *pvalue, OSBOOL ownMemory=FALSE) |
| | This constructor initializes the element to contain the given data values.
|
| | OSAnyElementClass (OSAnyElement &os) |
| | This copy constructor initializes the element to contain the given data values from the C data structure.
|
| | OSAnyElementClass (const OSAnyElementClass &os) |
| | This copy constructor initializes the element to contain the given data values from the C++ data object.
|
|
virtual | ~OSAnyElementClass () |
| | The destructor frees string memory if the memory ownership flag is set.
|
| void | copyValue (const OSUTF8CHAR *pname, const OSUTF8CHAR *pvalue) |
| | This method copies the given element value to the internal string storage variable.
|
| void | print (const char *pname) |
| | This method prints the given element value to standard output.
|
| void | setValue (const OSUTF8CHAR *pname, const OSUTF8CHAR *pvalue) |
| | This method sets the element value to the given name/value.
|
This is the base class for generated C++ data type classes for any element declarations (xsd:any).