bpp-core3  3.0.0
bpp::DataTable Member List

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() constbpp::DataTableinlinevirtual
colNames_bpp::DataTableprotected
data_bpp::DataTableprotected
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) constbpp::DataTable
getColumn(const std::string &colName)bpp::DataTable
getColumn(const std::string &colName) constbpp::DataTable
getColumnName(size_t index) constbpp::DataTable
getColumnNames() constbpp::DataTable
getNumberOfColumns() constbpp::DataTableinline
getNumberOfRows() constbpp::DataTableinline
getRow(size_t index) constbpp::DataTable
getRow(const std::string &rowName) constbpp::DataTable
getRowName(size_t index) constbpp::DataTable
getRowNames() constbpp::DataTable
hasColumn(const std::string &colName) constbpp::DataTable
hasColumnNames() constbpp::DataTableinline
hasRow(const std::string &rowName) constbpp::DataTable
hasRowNames() constbpp::DataTableinline
nCol_bpp::DataTableprotected
nRow_bpp::DataTableprotected
operator()(size_t rowIndex, size_t colIndex)bpp::DataTable
operator()(size_t rowIndex, size_t colIndex) constbpp::DataTable
operator()(const std::string &rowName, const std::string &colName)bpp::DataTable
operator()(const std::string &rowName, const std::string &colName) constbpp::DataTable
operator()(const std::string &rowName, size_t colIndex)bpp::DataTable
operator()(const std::string &rowName, size_t colIndex) constbpp::DataTable
operator()(size_t rowIndex, const std::string &colName)bpp::DataTable
operator()(size_t rowIndex, const std::string &colName) constbpp::DataTable
operator=(const DataTable &table)bpp::DataTable
read(std::istream &in, const std::string &sep="\t", bool header=true, int rowNames=-1)bpp::DataTablestatic
rowNames_bpp::DataTableprotected
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="\t", bool alignHeaders=false)bpp::DataTablestatic
write(const DataTable &data, bpp::OutputStream &out, const std::string &sep="\t", bool alignHeaders=false)bpp::DataTablestatic
~Clonable()=defaultbpp::Clonablevirtual
~DataTable()bpp::DataTablevirtual