bpp-core3
3.0.0
|
This is the complete list of members for bpp::DataTable, including all inherited members.
addColumn(const std::vector< std::string > &newColumn) | bpp::DataTable | |
addColumn(const std::string &colName, const std::vector< std::string > &newColumn) | bpp::DataTable | |
addRow(const std::vector< std::string > &newRow) | bpp::DataTable | |
addRow(const std::string &rowName, const std::vector< std::string > &newRow) | bpp::DataTable | |
clone() const | bpp::DataTable | inlinevirtual |
colNames_ | bpp::DataTable | protected |
data_ | bpp::DataTable | protected |
DataTable(size_t nRow, size_t nCol) | bpp::DataTable | |
DataTable(size_t nRow, const std::vector< std::string > &colNames) | bpp::DataTable | |
DataTable(size_t nCol) | bpp::DataTable | |
DataTable(const std::vector< std::string > &colNames) | bpp::DataTable | |
DataTable(const DataTable &table) | bpp::DataTable | |
deleteColumn(size_t index) | bpp::DataTable | |
deleteColumn(const std::string &colName) | bpp::DataTable | |
deleteRow(size_t index) | bpp::DataTable | |
deleteRow(const std::string &rowName) | bpp::DataTable | |
getColumn(size_t index) | bpp::DataTable | |
getColumn(size_t index) const | bpp::DataTable | |
getColumn(const std::string &colName) | bpp::DataTable | |
getColumn(const std::string &colName) const | bpp::DataTable | |
getColumnName(size_t index) const | bpp::DataTable | |
getColumnNames() const | bpp::DataTable | |
getNumberOfColumns() const | bpp::DataTable | inline |
getNumberOfRows() const | bpp::DataTable | inline |
getRow(size_t index) const | bpp::DataTable | |
getRow(const std::string &rowName) const | bpp::DataTable | |
getRowName(size_t index) const | bpp::DataTable | |
getRowNames() const | bpp::DataTable | |
hasColumn(const std::string &colName) const | bpp::DataTable | |
hasColumnNames() const | bpp::DataTable | inline |
hasRow(const std::string &rowName) const | bpp::DataTable | |
hasRowNames() const | bpp::DataTable | inline |
nCol_ | bpp::DataTable | protected |
nRow_ | bpp::DataTable | protected |
operator()(size_t rowIndex, size_t colIndex) | bpp::DataTable | |
operator()(size_t rowIndex, size_t colIndex) const | bpp::DataTable | |
operator()(const std::string &rowName, const std::string &colName) | bpp::DataTable | |
operator()(const std::string &rowName, const std::string &colName) const | bpp::DataTable | |
operator()(const std::string &rowName, size_t colIndex) | bpp::DataTable | |
operator()(const std::string &rowName, size_t colIndex) const | bpp::DataTable | |
operator()(size_t rowIndex, const std::string &colName) | bpp::DataTable | |
operator()(size_t rowIndex, const std::string &colName) const | bpp::DataTable | |
operator=(const DataTable &table) | bpp::DataTable | |
read(std::istream &in, const std::string &sep="\, bool header=true, int rowNames=-1) | bpp::DataTable | static |
rowNames_ | bpp::DataTable | protected |
setColumnNames(const std::vector< std::string > &colNames) | bpp::DataTable | |
setRow(const size_t rowIndex, const std::vector< std::string > &newRow) | bpp::DataTable | |
setRowName(size_t rowIndex, const std::string &rowName) | bpp::DataTable | |
setRowNames(const std::vector< std::string > &rowNames) | bpp::DataTable | |
write(const DataTable &data, std::ostream &out, const std::string &sep="\, bool alignHeaders=false) | bpp::DataTable | static |
write(const DataTable &data, bpp::OutputStream &out, const std::string &sep="\, bool alignHeaders=false) | bpp::DataTable | static |
~Clonable()=default | bpp::Clonable | virtual |
~DataTable() | bpp::DataTable | virtual |