Partial implementation of the ITree interface.
More...
#include <Bpp/Phyl/Io/IoTree.h>
Partial implementation of the ITree interface.
Definition at line 187 of file IoTree.h.
◆ AbstractITree()
| bpp::AbstractITree::AbstractITree |
( |
| ) |
|
|
inline |
◆ ~AbstractITree()
| virtual bpp::AbstractITree::~AbstractITree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
| virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ getElement()
| virtual Element bpp::AbstractITree::getElement |
( |
const std::string & |
elt | ) |
const |
|
inlinevirtual |
◆ readTree() [1/2]
| std::unique_ptr< Tree > bpp::AbstractITree::readTree |
( |
const std::string & |
path | ) |
const |
|
inlineoverridevirtual |
Read a tree from a file.
- Parameters
-
- Returns
- A new tree object.
- Exceptions
-
Implements bpp::ITree.
Definition at line 201 of file IoTree.h.
References readTree().
◆ readTree() [2/2]
| std::unique_ptr< Tree > bpp::AbstractITree::readTree |
( |
std::istream & |
in | ) |
const |
|
inlineoverridevirtual |
◆ readTreeTemplate() [1/2]
| virtual std::unique_ptr< TreeTemplate< Node > > bpp::AbstractITree::readTreeTemplate |
( |
const std::string & |
path | ) |
const |
|
inlinevirtual |
◆ readTreeTemplate() [2/2]
| virtual std::unique_ptr< TreeTemplate< Node > > bpp::AbstractITree::readTreeTemplate |
( |
std::istream & |
in | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: