Object base class.
More...
#include <Object.h>
List of all members.
Public Member Functions |
virtual PLCORE_API String | ToString () const |
| Get object as string.
|
virtual PLCORE_API void | FromString (const String &sString) |
| Set object from string.
|
virtual PLCORE_API XmlElement | ToXml () const |
| Get object as XML.
|
virtual PLCORE_API void | FromXml (const XmlElement &cElement) |
| Set object from XML.
|
Detailed Description
Member Function Documentation
Get object as string.
- Returns:
- String representation of object
Set object from string.
- Parameters:
-
[in] | sString | String representation of object |
Get object as XML.
- Returns:
- XML representation of object
Set object from XML.
- Parameters:
-
[in] | cElement | XML representation of object |
The documentation for this class was generated from the following file: