CbmRoot
Loading...
Searching...
No Matches
cbm::algo::yaml::Dump Class Reference

#include <Yaml.h>

Public Member Functions

template<typename T >
std::string operator() (const T &object, int floatPrecision=6)
 

Private Member Functions

template<typename T >
void DoDump (const T &object, YAML::Emitter &ss, std::optional< YAML::EMITTER_MANIP > formatEntries={})
 

Detailed Description

Definition at line 190 of file Yaml.h.

Member Function Documentation

◆ DoDump()

template<typename T >
void cbm::algo::yaml::Dump::DoDump ( const T & object,
YAML::Emitter & ss,
std::optional< YAML::EMITTER_MANIP > formatEntries = {} )
inlineprivate

Definition at line 206 of file Yaml.h.

Referenced by operator()().

◆ operator()()

template<typename T >
std::string cbm::algo::yaml::Dump::operator() ( const T & object,
int floatPrecision = 6 )
inline

Definition at line 194 of file Yaml.h.

References DoDump().


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