ascii_table_reader.hpp
Go to the documentation of this file.
void setcolnames(std::vector< std::string > names) Definition: ascii_table_reader.cpp:52 LOCAL_INFO macro. std::map< std::string, int > colnames Definition: ascii_table_reader.hpp:75 ASCIItableReader(std::string filename) Definition: ascii_table_reader.hpp:42 void setcolnames(std::string name, Args... args) Definition: ascii_table_reader.hpp:55 std::vector< std::vector< double > > data Definition: ascii_table_reader.hpp:74 void setcolnames(std::vector< std::string > vec, std::string name, Args... args) Definition: ascii_table_reader.hpp:62 Exception objects required for standalone compilation. const std::vector< double > & operator[](int i) Definition: ascii_table_reader.hpp:68 |