This is the complete list of members for RTuple, including all inherited members.
| Action typedef | Observable | |
| addColumn(const std::string &label, const std::vector< double > &data, const std::vector< intptr_t > &shape) | DataSource | virtual |
| addColumn(const std::string &label, const std::vector< double > &data) | DataSource | virtual |
| addLabel(const std::string &label) | DataSource | protectedvirtual |
| addObserver(Observer *) | Observable | |
| addRow(const std::vector< double > &v) | RTuple | virtual |
| append(const DataSource *source) | DataSource | virtual |
| checkWidth(const DataSource *source) | DataSource | protectedvirtual |
| clear() | RTuple | virtual |
| columns() const | DataSource | inline |
| copy(const DataSource &other) | RTuple | virtual |
| copyPrivate(const DataSource &other) | DataSource | protectedvirtual |
| DataSource(const std::vector< std::string > &labels) | DataSource | protected |
| DataSource(const std::string &name) | DataSource | protected |
| DataSource(const char *name) | DataSource | protected |
| DataSource(const DataSource &nt) | DataSource | protected |
| DataSource(bool dummy) | DataSource | protected |
| DataSource() | DataSource | protected |
| doubleArrayAt(unsigned int row, unsigned int column) const | DataSource | virtual |
| empty() const | RTuple | virtual |
| eraseRow(unsigned int index) | DataSource | virtual |
| expandIfNeeded(const std::vector< std::string > &labels) const | DataSource | virtual |
| fillRange(unsigned int column, Range &) const | DataSource | virtual |
| fillShape(std::vector< int > &v, unsigned int column) const | DataSource | virtual |
| fillShape(std::vector< int > &v, const std::string &label) const | DataSource | virtual |
| getColumn(const std::string &name) const | DataSource | virtual |
| getColumn(unsigned int column) const | DataSource | virtual |
| getDuplicatedLabels() const | DataSource | |
| getLabelAt(unsigned int index) const | DataSource | virtual |
| getLabels() const | DataSource | virtual |
| getName() const | DataSource | |
| getObservers() const | Observable | |
| getRank() const | DataSource | |
| getRow(unsigned int index) const | RTuple | virtual |
| getShape() const | DataSource | virtual |
| indexOf(const std::string &label) const | DataSource | virtual |
| indexOfMaxElement(unsigned int index) const | DataSource | virtual |
| indexOfMinElement(unsigned int index) const | DataSource | virtual |
| isMultiDimensional(const std::string &column) const | DataSource | virtual |
| isNull() const | DataSource | |
| isUseable(const std::string &column) const | DataSource | virtual |
| isValidColumn(unsigned int index) const | DataSource | protected |
| isValidLabel(const std::string &label) const | DataSource | |
| m_array | DataSource | mutableprotected |
| m_data | RTuple | private |
| m_dups | DataSource | protected |
| m_shape | DataSource | protected |
| notifyObservers() const | Observable | virtual |
| notifyObservers(Action action) const | Observable | protected |
| Observable() | Observable | |
| ObserverList_t typedef | Observable | |
| operator[](std::vector< unsigned int > &indices) const | RTuple | virtual |
| removeObserver(Observer *) | Observable | |
| replaceColumn(const std::string &label, const std::vector< double > &array) | DataSource | virtual |
| replaceColumn(unsigned int index, const std::vector< double > &array) | DataSource | virtual |
| replaceColumn(const std::string &label, const std::vector< double > &data, const std::vector< intptr_t > &shape) | DataSource | virtual |
| reserve(unsigned int count) | RTuple | virtual |
| rows() const | RTuple | virtual |
| RTuple(const RTuple &nt) | RTuple | private |
| RTuple(const std::vector< std::string > &labels) | RTuple | |
| RTuple(unsigned int n) | RTuple | |
| setLabelAt(const std::string &s, unsigned int index) | DataSource | virtual |
| setLabels(const std::vector< std::string > &v) | DataSource | virtual |
| setName(const std::string &name) | DataSource | |
| setReleventIndex(const std::string &column, const std::vector< unsigned int > &index) | DataSource | virtual |
| setShape(std::vector< unsigned int > &shape) | DataSource | virtual |
| setTitle(const std::string &title) | DataSource | virtual |
| sum(unsigned int column) const | DataSource | virtual |
| throwIfInvalidLabel(const std::string &label) const | DataSource | virtual |
| throwIfInvalidRowSize(const std::vector< double > &row) | DataSource | |
| title() const | DataSource | |
| valueAt(unsigned int row, unsigned int column) const | RTuple | virtual |
| valueAtNoCache(unsigned int row, unsigned int column) const | DataSource | virtual |
| ~DataSource() | DataSource | virtual |
| ~Observable() | Observable | virtual |
| ~RTuple() | RTuple | virtual |