Class with static members offering control over yaml emitting. Entries are emitted with the macro EMIT.
More...
#include <Emitter.hpp>
Class with static members offering control over yaml emitting. Entries are emitted with the macro EMIT.
◆ flush()
◆ getEmitter()
YAML::Emitter & Emitter::getEmitter |
( |
| ) |
|
|
static |
◆ getRank()
◆ setFileName()
void Emitter::setFileName |
( |
const std::string & |
name | ) |
|
|
static |
◆ setRank()
void Emitter::setRank |
( |
const int |
rank | ) |
|
|
static |
◆ fileName
std::string Emitter::fileName |
|
staticprotected |
◆ rank
◆ yamlEmitter
std::shared_ptr< YAML::Emitter > Emitter::yamlEmitter |
|
staticprotected |
◆ yamlFile
std::shared_ptr< std::ofstream > Emitter::yamlFile |
|
staticprotected |
The documentation for this class was generated from the following files: