Go to the documentation of this file.
19 ,
parent(a_fac,a_out,a_verbose)
38 bool load_file(
const std::string& a_file,
bool a_compressed){
42 if(!
top)
return false;
43 const std::string& tag_name =
top->tag_name();
44 if(tag_name!=s_aida())
return false;
49 const std::string& _tag_name = _tree->tag_name();
52 m_out <<
"tools::raxml::load_file :"
53 <<
" reader not found for " <<
tools::sout(_tag_name)