#include <Yaml.h>
|
template<typename T > |
std::string | operator() (const T &object, int floatPrecision=6) |
|
|
template<typename T > |
void | DoDump (const T &object, YAML::Emitter &ss, std::optional< YAML::EMITTER_MANIP > formatEntries={}) |
|
Definition at line 190 of file Yaml.h.
◆ DoDump()
template<typename T >
void cbm::algo::yaml::Dump::DoDump |
( |
const T & | object, |
|
|
YAML::Emitter & | ss, |
|
|
std::optional< YAML::EMITTER_MANIP > | formatEntries = {} ) |
|
inlineprivate |
◆ operator()()
template<typename T >
std::string cbm::algo::yaml::Dump::operator() |
( |
const T & | object, |
|
|
int | floatPrecision = 6 ) |
|
inline |
The documentation for this class was generated from the following file: