7 #ifndef __yaml_CatalogReaderYaml_h__ 8 #define __yaml_CatalogReaderYaml_h__ 62 public CatalogReaderBase
70 BWORD loadWithVariables(
String a_pathname,
String a_filename,
72 std::map<String,String>& a_variableMapIn,
73 std::map<String,String>& a_variableMapOut);
76 String a_propertyName,
const YAML::Node a_keyNode);
78 void addState(
sp<Catalog> a_spCatalog,
const YAML::Node a_yamlNode);
81 const YAML::Node a_yamlNode,
String a_pathname,
82 BWORD a_adoptVariables,
83 std::map<String,String>& a_variableMapIn,
84 std::map<String,String>& a_variableMapOut);
86 BWORD checkOnly(
const YAML::Node a_yamlNode,
87 std::map<String,String>& a_variableMap);
kernel
Definition: namespace.dox:3
load catalog from yaml file
Definition: CatalogReaderYaml.h:61
Automatically reference-counted string container.
Definition: String.h:128
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53