|
Modeler Extensions Framework
|
Public Member Functions | |
| XMLDocument | getHostInformation (CLEMEXTErrorCode *errorCode) |
| XMLDocument | createNew (const char *root_element_name) |
| XMLDocument | createFromContents (const char *contents) |
Static Public Member Functions | |
| static HostHelper * | create (CLEMEXTHostHandle handle) |
A simple C++ class to wrap a CLEMEXT host
Definition at line 32 of file HostHelper.h.
|
static |
create and return a new host helper
| handle | the CLEMEXT-API object representing the host and its callbacks |
| XMLDocument createFromContents | ( | const char * | contents | ) |
create a new XML document from a contents string
| contents | the contents of the document |
| XMLDocument createNew | ( | const char * | root_element_name | ) |
create a new XML document
| root_element_name | the name of the root element in the new doc |
| XMLDocument getHostInformation | ( | CLEMEXTErrorCode * | errorCode | ) |
get information on the host in the form of an XML doc
| errorCode | detailed error information if the call fails |