|
| | FrgReader (const std::string &filename, MReader &mr=defaultMReader(), const TreePostParser::FactorySet &fs=defaultFFactories()) |
| |
| | FrgReader (MReader &mr=defaultMReader(), const TreePostParser::FactorySet &fs=defaultFFactories()) |
| |
| virtual | ~FrgReader () |
| |
| | ExoticGraphReader (const std::string &filename, const carto::SyntaxSet &attr) |
| |
| | ExoticGraphReader (const carto::SyntaxSet &attr) |
| |
| virtual | ~ExoticGraphReader () |
| |
| | GraphReader (const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | GraphReader (const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| virtual | ~GraphReader () |
| |
| void | open (const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) |
| |
| void | close () |
| |
| void | attach (std::istream &s, int line_num=1) |
| |
| void | attach (carto::rc_ptr< carto::DataSource > ds) |
| |
| void | attach (const std::string &filename) |
| |
| virtual std::string | name () const |
| |
| int | line () const |
| |
| bool | operator! () const |
| |
| bool | is_open () const |
| |
| bool | eof () const |
| |
| carto::rc_ptr< carto::DataSource > | dataSource () |
| |
| const carto::rc_ptr< carto::DataSource > | dataSource () const |
| |
| const carto::SyntaxSet & | syntaxSet () const |
| |
| void | setSyntax (const carto::SyntaxSet &syntax) |
| |
| | GraphReader (const std::string &filename, const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| | GraphReader (const carto::SyntaxSet &syntax, const carto::AttributedReader::HelperSet &helpers=carto::AttributedReader::HelperSet()) |
| |
| virtual | ~GraphReader () |
| |
| void | open (const std::string &filename) __attribute__((__deprecated__("use attach() instead"))) |
| |
| void | close () |
| |
| void | attach (std::istream &s, int line_num=1) |
| |
| void | attach (carto::rc_ptr< carto::DataSource > ds) |
| |
| void | attach (const std::string &filename) |
| |
| virtual std::string | name () const |
| |
| int | line () const |
| |
| bool | operator! () const |
| |
| bool | is_open () const |
| |
| bool | eof () const |
| |
| carto::rc_ptr< carto::DataSource > | dataSource () |
| |
| const carto::rc_ptr< carto::DataSource > | dataSource () const |
| |
| const carto::SyntaxSet & | syntaxSet () const |
| |
| void | setSyntax (const carto::SyntaxSet &syntax) |
| |
Classe FrgReader : lecteur de graphes aléatoires de sillons.
Definition at line 19 of file frgReader.h.