Lecteur de domaine de validité (Domain Reader)
More...
#include <si/domain/domReader.h>
|
| | DomReader (const std::string &filename) |
| |
| virtual | ~DomReader () |
| |
| virtual Domain * | readDom () |
| |
| | ExoticTreeReader (const std::string &filename, const carto::SyntaxSet &attr, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | ExoticTreeReader (const carto::SyntaxSet &attr, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | ExoticTreeReader (const TreeFactory &factory, const std::string &filename, const carto::SyntaxSet &attr, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | ExoticTreeReader (const TreeFactory &factory, const carto::SyntaxSet &attr, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| virtual | ~ExoticTreeReader () |
| |
| virtual Tree * | read () |
| | Crée l'arbre et le lit.
|
| |
| | 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 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) |
| |
Lecteur de domaine de validité (Domain Reader)
Definition at line 15 of file domReader.h.
◆ BuildFunc
| typedef void(* sigraph::DomReader::BuildFunc) (Tree *parent, Tree *tr) |
◆ DomReader()
| sigraph::DomReader::DomReader |
( |
const std::string & | filename | ) |
|
◆ ~DomReader()
| virtual sigraph::DomReader::~DomReader |
( |
| ) |
|
|
virtual |
◆ builders()
| static std::map< std::string, BuildFunc > & sigraph::DomReader::builders |
( |
| ) |
|
|
staticprotected |
◆ buildNull()
| static void sigraph::DomReader::buildNull |
( |
Tree * | parent, |
|
|
Tree * | ao ) |
|
staticprotected |
◆ parse()
| virtual void sigraph::DomReader::parse |
( |
Tree * | ao | ) |
|
|
protectedvirtual |
◆ readDom()
| virtual Domain * sigraph::DomReader::readDom |
( |
| ) |
|
|
virtual |
◆ registerBuilder()
| static void sigraph::DomReader::registerBuilder |
( |
const std::string | syntax, |
|
|
BuildFunc | builder ) |
|
inlinestatic |
◆ syntax()
The documentation for this class was generated from the following file: