graph  4.7.0
Graph: generic attributed relational graphs
carto::TreeParser_Python Class Reference

#include <graph/tree/tparser_python.h>

Inheritance diagram for carto::TreeParser_Python:
Collaboration diagram for carto::TreeParser_Python:

Public Member Functions

 TreeParser_Python (const SyntaxSet &syntax)
 
virtual ~TreeParser_Python ()
 
virtual Treeread ()
 
virtual void read (Tree &)
 
virtual void close ()
 
virtual void attach (rc_ptr< DataSource > ds)
 
virtual void detach ()
 
virtual rc_ptr< DataSource > dataSource ()
 
- Public Member Functions inherited from carto::TreeParser
 TreeParser ()
 
virtual ~TreeParser ()
 
const_ref< DataSource > dataSource () const
 
virtual std::string name () const
 

Detailed Description

Definition at line 46 of file tparser_python.h.

Constructor & Destructor Documentation

◆ TreeParser_Python()

carto::TreeParser_Python::TreeParser_Python ( const SyntaxSet syntax)

◆ ~TreeParser_Python()

virtual carto::TreeParser_Python::~TreeParser_Python ( )
virtual

Member Function Documentation

◆ attach()

virtual void carto::TreeParser_Python::attach ( rc_ptr< DataSource >  ds)
virtual

Implements carto::TreeParser.

◆ close()

virtual void carto::TreeParser_Python::close ( )
virtual

Implements carto::TreeParser.

◆ dataSource()

virtual rc_ptr<DataSource> carto::TreeParser_Python::dataSource ( )
virtual

Implements carto::TreeParser.

◆ detach()

virtual void carto::TreeParser_Python::detach ( )
virtual

Implements carto::TreeParser.

◆ read() [1/2]

virtual Tree* carto::TreeParser_Python::read ( )
virtual

Implements carto::TreeParser.

◆ read() [2/2]

virtual void carto::TreeParser_Python::read ( Tree )
virtual

Implements carto::TreeParser.


The documentation for this class was generated from the following file: