CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
cbl::data::Table Member List

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::Tableprotected
m_set(const std::vector< std::string > names, const size_t nrows)cbl::data::Tableprotected
m_set(const std::vector< std::string > names, const std::vector< std::vector< double >> values)cbl::data::Tableprotected
m_tablecbl::data::Tableprotected
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()=defaultcbl::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()=defaultcbl::data::Tablevirtual