Go to the documentation of this file.
22 const std::string& indent,
bool ignore_first_indent =
false)
24 if (n->type() ==
ARRAY)
30 out << indent <<
"- ";
35 Map* map =
static_cast<Map*
>(n.get());
40 if (!ignore_first_indent)
43 ignore_first_indent =
false;
51 if (!ignore_first_indent)
54 ignore_first_indent =
false;
const std::string & getName(const Label &label) const
std::vector< NodeIdx > children_
std::map< Label, NodeIdx > map_
std::vector< NodePtr > nodes
boost::shared_ptr< const Data > data
void emit(const tue::config::DataConstPointer &cfg, std::ostream &out, const std::string &indent="")
boost::shared_ptr< Node > NodePtr
std::map< Label, Variant > values
void emitRecursive(std::ostream &out, const tue::config::Data &cfg, const NodePtr &n, const std::string &indent, bool ignore_first_indent=false)
tue::config::ReaderWriter config