|
BmnRoot
|
Classes | |
| struct | Node |
Functions | |
| void | PrintConfig (const Node &n, int indent) |
| void | ParseIStringStream (istringstream &iss, Node &root) |
| void | ParseString (string &str, Node &root) |
| void IndentedConfigParser::ParseIStringStream | ( | istringstream & | iss, |
| Node & | root | ||
| ) |
Definition at line 18 of file IndentedConfigParser.cxx.
References IndentedConfigParser::Node::children, and IndentedConfigParser::Node::value.
Referenced by BmnConverterTools::ParseRawT0TextConfig(), and ParseString().
| void IndentedConfigParser::ParseString | ( | string & | str, |
| Node & | root | ||
| ) |
Definition at line 44 of file IndentedConfigParser.cxx.
References ParseIStringStream().
| void IndentedConfigParser::PrintConfig | ( | const Node & | n, |
| int | indent | ||
| ) |
Definition at line 11 of file IndentedConfigParser.cxx.
References IndentedConfigParser::Node::children, PrintConfig(), and IndentedConfigParser::Node::value.
Referenced by PrintConfig().