Definition at line 11 of file raxml_out.
◆ raxml_out() [1/3]
tools::raxml_out::raxml_out |
( |
| ) |
|
|
inline |
◆ raxml_out() [2/3]
tools::raxml_out::raxml_out |
( |
base_handle * |
a_hdl, |
|
|
const std::string & |
a_class, |
|
|
const std::string & |
a_path, |
|
|
const std::string & |
a_name |
|
) |
| |
|
inline |
◆ ~raxml_out()
virtual tools::raxml_out::~raxml_out |
( |
| ) |
|
|
inlinevirtual |
◆ raxml_out() [3/3]
tools::raxml_out::raxml_out |
( |
const raxml_out & |
a_from | ) |
|
|
inline |
Definition at line 21 of file raxml_out.
22 :
m_hdl(a_from.m_hdl?a_from.m_hdl->copy():0)
◆ cls()
const std::string& tools::raxml_out::cls |
( |
| ) |
const |
|
inline |
◆ disown()
void tools::raxml_out::disown |
( |
| ) |
|
|
inline |
◆ name()
const std::string& tools::raxml_out::name |
( |
| ) |
const |
|
inline |
◆ object()
void* tools::raxml_out::object |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 26 of file raxml_out.
27 if(&a_from==
this)
return *
this;
30 m_hdl = a_from.m_hdl?a_from.m_hdl->
copy():0;
◆ path()
const std::string& tools::raxml_out::path |
( |
| ) |
const |
|
inline |
◆ m_class
std::string tools::raxml_out::m_class |
|
protected |
◆ m_hdl
◆ m_name
std::string tools::raxml_out::m_name |
|
protected |
◆ m_path
std::string tools::raxml_out::m_path |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/raxml_out