g4tools  5.4.0
Public Member Functions | Static Public Member Functions | List of all members
tools::raxml_outs Class Reference
Inheritance diagram for tools::raxml_outs:
Inheritance graph
[legend]
Collaboration diagram for tools::raxml_outs:
Collaboration graph
[legend]

Public Member Functions

 raxml_outs ()
 
 raxml_outs (const std::vector< raxml_out > &a_v)
 
 raxml_outs (const raxml_outs &a_from)
 
raxml_outsoperator= (const raxml_outs &a_from)
 

Static Public Member Functions

static const std::string & s_class ()
 

Detailed Description

Definition at line 61 of file raxml_out.

Constructor & Destructor Documentation

◆ raxml_outs() [1/3]

tools::raxml_outs::raxml_outs ( )
inline

Definition at line 68 of file raxml_out.

68 {}

◆ raxml_outs() [2/3]

tools::raxml_outs::raxml_outs ( const std::vector< raxml_out > &  a_v)
inline

Definition at line 69 of file raxml_out.

70  :std::vector<raxml_out>(a_v)
71  {}

◆ raxml_outs() [3/3]

tools::raxml_outs::raxml_outs ( const raxml_outs a_from)
inline

Definition at line 73 of file raxml_out.

74  :std::vector<raxml_out>(a_from)
75  {}

Member Function Documentation

◆ operator=()

raxml_outs& tools::raxml_outs::operator= ( const raxml_outs a_from)
inline

Definition at line 76 of file raxml_out.

76  {
77  std::vector<raxml_out>::operator=(a_from);
78  return *this;
79  }

◆ s_class()

static const std::string& tools::raxml_outs::s_class ( )
inlinestatic

Definition at line 63 of file raxml_out.

63  {
64  static const std::string s_v("tools::raxml_outs");
65  return s_v;
66  }

The documentation for this class was generated from the following file: