General interface for tree readers.
More...
#include <Bpp/Phyl/Io/IoTree.h>
|
| | ITree () |
| |
| virtual | ~ITree () |
| |
| virtual Tree * | read (const std::string &path) const =0 throw (Exception) |
| | Read a tree from a file. More...
|
| |
| virtual Tree * | read (std::istream &in) const =0 throw (Exception) |
| | Read a tree from a stream. More...
|
| |
| virtual const std::string | getDataType () const |
| |
General interface for tree readers.
Definition at line 74 of file IoTree.h.
◆ ITree()
◆ ~ITree()
| virtual bpp::ITree::~ITree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
| virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ read() [1/2]
| virtual Tree* bpp::ITree::read |
( |
const std::string & |
path | ) |
const |
| throw | ( | Exception |
| ) | | |
|
pure virtual |
◆ read() [2/2]
| virtual Tree* bpp::ITree::read |
( |
std::istream & |
in | ) |
const |
| throw | ( | Exception |
| ) | | |
|
pure virtual |
The documentation for this class was generated from the following file: