CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
XML Import/Export API

The XML import/export API. More...

Functions

static std::vector< vx_graphcoreflow::xml::Import::importFromXML (vx_context context, std::string filepath)
 Import from XML.
 
static vx_status coreflow::xml::Export::exportToXML (vx_context context, std::string filepath)
 Export to XML.
 

Detailed Description

The XML import/export API.

Function Documentation

◆ exportToXML()

static vx_status coreflow::xml::Export::exportToXML ( vx_context context,
std::string filepath )
inlinestatic

#include <vx_xml.h>

Export to XML.

Parameters
contextThe context
filepathThe path to the XML file
Returns
vx_status The status of the export

◆ importFromXML()

static std::vector< vx_graph > coreflow::xml::Import::importFromXML ( vx_context context,
std::string filepath )
inlinestatic

#include <vx_xml.h>

Import from XML.

Parameters
contextThe context
filepathThe path to the XML file
Returns
std::vector<vx_reference> The imported references