Definition at line 65 of file columns.
◆ parser() [1/2]
tools::columns::parser::parser |
( |
| ) |
|
|
inline |
◆ ~parser()
virtual tools::columns::parser::~parser |
( |
| ) |
|
|
inlinevirtual |
◆ parser() [2/2]
tools::columns::parser::parser |
( |
const parser & |
| ) |
|
|
inlineprotected |
◆ dump()
void tools::columns::parser::dump |
( |
std::ostream & |
a_out | ) |
|
|
inline |
◆ operator=()
parser& tools::columns::parser::operator= |
( |
const parser & |
| ) |
|
|
inlineprotected |
◆ parse()
bool tools::columns::parser::parse |
( |
const std::string & |
a_s | ) |
|
|
inline |
Definition at line 73 of file columns.
77 for(std::string::const_iterator it=a_s.begin();;++it) {
92 tree* _tree =
new tree(prev,s);
101 prev = prev->m_parent;
102 if(!prev)
return false;
◆ m_top
tree tools::columns::parser::m_top |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/columns