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

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

csv_reader()MatrixReader< T >inline
csv_reader() constMatrixReader< T >inline
MatrixReader(char separator_char='\t')MatrixReader< T >inlineexplicit
MatrixReader(CsvReader const &reader)MatrixReader< T >inlineexplicit
MatrixReader(MatrixReader const &)=defaultMatrixReader< T >
MatrixReader(MatrixReader &&)=defaultMatrixReader< T >
operator=(MatrixReader const &)=defaultMatrixReader< T >
operator=(MatrixReader &&)=defaultMatrixReader< T >
parse_value_functor(std::function< T(std::string const &)> functor)MatrixReader< T >inline
read(std::shared_ptr< BaseInputSource > source) constMatrixReader< T >inline
skip_first_col() constMatrixReader< T >inline
skip_first_col(bool value)MatrixReader< T >inline
skip_first_row() constMatrixReader< T >inline
skip_first_row(bool value)MatrixReader< T >inline
~MatrixReader()=defaultMatrixReader< T >