|
| HierarchyReader (const std::string &name, const carto::SyntaxSet &stx=carto::SyntaxSet()) |
|
virtual | ~HierarchyReader () |
|
void | read (Hierarchy &thing) |
|
virtual Tree * | read () |
|
virtual void | read (Tree &) |
|
virtual void use | read (Tree &) instead"))) |
|
| TreeReader (const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
|
| TreeReader (const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
|
| TreeReader (const TreeFactory &factory, const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
|
| TreeReader (const TreeFactory &factory, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
|
virtual | ~TreeReader () |
|
virtual void | read (Tree &) |
|
virtual void | readTree (Tree *) __attribute__((__deprecated__("OBSOLETE |
|
virtual void use | read (Tree &) instead"))) |
|
void | open (const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) |
|
void | close () |
|
void | attach (std::istream &s, int line_num=1) |
|
void | attach (const std::string &filename) |
|
void | attach (carto::rc_ptr< carto::DataSource > ds) |
|
void | detach () |
|
virtual std::string | name () const |
|
const carto::rc_ptr< carto::DataSource > | dataSource () const |
|
carto::rc_ptr< carto::DataSource > | dataSource () |
|
std::list< carto::TreeParser * > & | parsers () |
|
const carto::SyntaxSet & | syntaxSet () const |
|
void | setSyntax (const carto::SyntaxSet &syntax) |
|
virtual | ~TreeVisitor () |
|
virtual void | visitAttributedObject (carto::AttributedObject *ao) |
|
virtual void | visitTree (Tree *tree) |
|
Definition at line 53 of file hieR.h.