#include "Aceobj.h"#include <iostream>#include <strformat.h>#include <vector>Functions | |
| int | digestLine (vector< string > &vec, const string &str) |
| void | del (Acenode *p) |
| Acenode * | find (Acenode *n, const string &tag) |
| void del | ( | Acenode * | p | ) |
References Acenode::child, del(), and Acenode::sibling.
| int digestLine | ( | vector< string > & | vec, | |
| const string & | str | |||
| ) |
recursive function must be written in this format, as non-member function.
References Acenode::child, cmp_nocase(), find(), Acenode::sibling, Acenode::type, and Acenode::value.
1.5.6