This class represents the OpenDDLExporter.
More...
#include <OpenDDLExport.h>
This class represents the OpenDDLExporter.
◆ OpenDDLExport()
◆ ~OpenDDLExport()
| OpenDDLExport::~OpenDDLExport |
( |
| ) |
|
◆ exportContext()
| bool OpenDDLExport::exportContext |
( |
Context * |
ctx, |
|
|
const std::string & |
filename |
|
) |
| |
Export the data of a parser context.
- Parameters
-
| ctx | [in] Pointer to the context. |
| filename | [in] The filename for the export. |
- Returns
- True in case of success, false in case of an error.
◆ handleNode()
| bool OpenDDLExport::handleNode |
( |
DDLNode * |
node | ) |
|
Handles a node export.
- Parameters
-
| node | [in] The node to handle with. |
- Returns
- True in case of success, false in case of an error.
◆ writeNode()
| bool OpenDDLExport::writeNode |
( |
DDLNode * |
node, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
◆ writeNodeHeader()
| bool OpenDDLExport::writeNodeHeader |
( |
DDLNode * |
node, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
◆ writeProperties()
| bool OpenDDLExport::writeProperties |
( |
DDLNode * |
node, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
◆ writeToStream()
| bool OpenDDLExport::writeToStream |
( |
const std::string & |
statement | ) |
|
Writes the statement to the stream.
- Parameters
-
| statement | [in] The content to write. |
- Returns
- True in case of success, false in case of an error.
◆ writeValue()
| bool OpenDDLExport::writeValue |
( |
Value * |
val, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
◆ writeValueArray()
| bool OpenDDLExport::writeValueArray |
( |
DataArrayList * |
al, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
◆ writeValueType()
| bool OpenDDLExport::writeValueType |
( |
Value::ValueType |
type, |
|
|
size_t |
numItems, |
|
|
std::string & |
statement |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: