This is the complete list of members for MatrixReader< T >, including all inherited members.
convert_value_functor(std::function< T(std::string const &)> functor) | MatrixReader< T > | inline |
csv_reader() | MatrixReader< T > | inline |
csv_reader() const | MatrixReader< T > | inline |
MatrixReader(std::string const &separator="\t") | MatrixReader< T > | inlineexplicit |
MatrixReader(CsvReader const &reader) | MatrixReader< T > | inlineexplicit |
MatrixReader(MatrixReader const &)=default | MatrixReader< T > | |
MatrixReader(MatrixReader &&)=default | MatrixReader< T > | |
operator=(MatrixReader const &)=default | MatrixReader< T > | |
operator=(MatrixReader &&)=default | MatrixReader< T > | |
read(std::shared_ptr< BaseInputSource > source) const | MatrixReader< T > | inline |
skip_first_col() const | MatrixReader< T > | inline |
skip_first_col(bool value) | MatrixReader< T > | inline |
skip_first_row() const | MatrixReader< T > | inline |
skip_first_row(bool value) | MatrixReader< T > | inline |
~MatrixReader()=default | MatrixReader< T > |