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