![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
This is the complete list of members for cbl::data::Table, including all inherited members.
insert(const std::string name, const std::vector< double > values, const bool replace=false) | cbl::data::Table | |
insert(const std::vector< std::string > names, const std::vector< std::vector< double >> values, const bool replace=false) | cbl::data::Table | |
m_keys() | cbl::data::Table | protected |
m_set(const std::vector< std::string > names, const size_t nrows) | cbl::data::Table | protected |
m_set(const std::vector< std::string > names, const std::vector< std::vector< double >> values) | cbl::data::Table | protected |
m_table | cbl::data::Table | protected |
operator[](const std::string name) | cbl::data::Table | |
operator[](const std::vector< std::string > names) | cbl::data::Table | |
read(const std::string input_dir, const std::string input_file, const std::vector< std::string > names, const std::vector< size_t > use_cols={}, const size_t header_lines_to_skip=1) | cbl::data::Table | |
Table()=default | cbl::data::Table | |
Table(const std::vector< std::string > names, const std::vector< std::vector< double >> values) | cbl::data::Table | |
Table(const std::vector< std::string > names, const size_t nrows) | cbl::data::Table | |
Table(const std::string input_dir, const std::string input_file, const std::vector< std::string > names, const std::vector< size_t > use_cols={}, const size_t header_lines_to_skip=1) | cbl::data::Table | |
write(const std::string output_dir, const std::string output_file, const std::vector< std::string > names={}) | cbl::data::Table | |
~Table()=default | cbl::data::Table | virtual |