6#include "Component.hpp"
12int exportToXml(
Component *root,
string path =
"", std::function<
int(
string,
void *,
string *)> search_custom_attrib_key_fcn = NULL, std::function<
int(
string,
void *, xmlNodePtr)> search_custom_complex_attrib_key_fcn = NULL);
19int search_default_attrib_key(
string key,
void *value,
string *ret_value_str);
25int print_attrib(map<string, void *> attrib, xmlNodePtr n);
Definition Component.hpp:42