Free Electron
|
save catalog to yaml file More...
#include <CatalogWriterYaml.h>
Inherits fe::CatalogWriterI.
Public Member Functions | |
virtual BWORD | save (String a_filename, sp< Catalog > a_spCatalog) |
Private Member Functions | |
void | emitFloat (YAML::Emitter &a_rEmitter, float a_float) |
void | emitDouble (YAML::Emitter &a_rEmitter, double a_double) |
void | emit (YAML::Emitter &a_rEmitter, sp< Catalog > a_spCatalog, String a_key, String a_property) |
Private Attributes | |
sp< YamlNode > | m_spYamlRoot |
save catalog to yaml file