General interface for tree writers.
More...
#include <Bpp/Phyl/Io/IoTree.h>
|
| | OMultiTree () |
| |
| virtual | ~OMultiTree () |
| |
| virtual void | write (const std::vector< Tree *> &trees, const std::string &path, bool overwrite) const =0 throw (Exception) |
| | Write trees to a file. More...
|
| |
| virtual void | write (const std::vector< Tree *> &trees, std::ostream &out) const =0 throw (Exception) |
| | Write trees to a stream. More...
|
| |
| virtual const std::string | getDataType () const |
| |
General interface for tree writers.
Definition at line 222 of file IoTree.h.
◆ OMultiTree()
| bpp::OMultiTree::OMultiTree |
( |
| ) |
|
|
inline |
◆ ~OMultiTree()
| virtual bpp::OMultiTree::~OMultiTree |
( |
| ) |
|
|
inlinevirtual |
◆ getDataType()
| virtual const std::string bpp::IOTree::getDataType |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ write() [1/2]
| virtual void bpp::OMultiTree::write |
( |
const std::vector< Tree *> & |
trees, |
|
|
const std::string & |
path, |
|
|
bool |
overwrite |
|
) |
| const |
| throw | ( | Exception |
| ) | | |
|
pure virtual |
◆ write() [2/2]
| virtual void bpp::OMultiTree::write |
( |
const std::vector< Tree *> & |
trees, |
|
|
std::ostream & |
out |
|
) |
| const |
| throw | ( | Exception |
| ) | | |
|
pure virtual |
The documentation for this class was generated from the following file: