A library for working with phylogenetic and population genetic data.
v0.27.0
MatrixWriter< T > Member List

This is the complete list of members for MatrixWriter< T >, including all inherited members.

Format enum nameMatrixWriter< T >
format() constMatrixWriter< T >inline
format(Format value)MatrixWriter< T >inline
MatrixWriter(std::string const &separator="\t", Format format=Format::kMatrix)MatrixWriter< T >inlineexplicit
MatrixWriter(MatrixWriter const &)=defaultMatrixWriter< T >
MatrixWriter(MatrixWriter &&)=defaultMatrixWriter< T >
operator=(MatrixWriter const &)=defaultMatrixWriter< T >
operator=(MatrixWriter &&)=defaultMatrixWriter< T >
separator_string() constMatrixWriter< T >inline
separator_string(std::string const &value)MatrixWriter< T >inline
write(Matrix< T > const &matrix, std::shared_ptr< utils::BaseOutputTarget > target, std::vector< std::string > row_names={}, std::vector< std::string > col_names={}, std::string corner="") constMatrixWriter< T >inline
write_value_functor(std::function< std::string(T const &)> functor)MatrixWriter< T >inline
~MatrixWriter()=defaultMatrixWriter< T >