CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
capiocl::serializer::Serializer Class Referencefinal

Dump the current loaded CAPIO-CL configuration from class Engine to a CAPIO-CL configuration file. More...

#include <serializer.h>

Static Public Member Functions

static void dump (const engine::Engine &engine, const std::filesystem::path &filename, const std::string &version=CAPIO_CL_VERSION::V1)
 Dump the current configuration loaded into an instance of Engine to a CAPIO-CL configuration file.

Detailed Description

Dump the current loaded CAPIO-CL configuration from class Engine to a CAPIO-CL configuration file.

Member Function Documentation

◆ dump()

void capiocl::serializer::Serializer::dump ( const engine::Engine & engine,
const std::filesystem::path & filename,
const std::string & version = CAPIO_CL_VERSION::V1 )
static

Dump the current configuration loaded into an instance of Engine to a CAPIO-CL configuration file.

Parameters
engineinstance of Engine to dump
filenamepath of output file
versionVersion of CAPIO-CL used to generate configuration files.

The documentation for this class was generated from the following files: