![]() |
API Documentation
|
This is the complete list of members for Table, including all inherited members.
| addChannel(const DynamicPointer< TableColumn > &channel, bool is_floating=false) | Table | virtual |
| addIndexChannel(const DynamicPointer< TableColumn > &channel) | Table | virtual |
| addRow() | Table | |
| appendRows(uint04 size) | Table | |
| begin() | Table | inline |
| clear() | Table | |
| columnSize() const | Table | virtual |
| copyRow(uint04 source, uint04 destination) | Table | |
| copyRows(uint04 source, uint04 destination, uint04 size) | Table | |
| createChannel(const String &name, const TypeInfo &type_info, bool is_floating=false)=0 | Table | pure virtual |
| end() | Table | inline |
| fetchDataColumns(Buffer< DynamicPointer< TableColumn > > &columns, const Buffer< String > &exclusion_list) | Table | |
| fixIndexLinking(const DynamicPointer< TableColumn > &channel) | Table | |
| get(uint04 channel_index) | Table | |
| get(uint04 channel_index) const | Table | |
| get(const String &channel) | Table | inline |
| get(const String &channel) const | Table | inline |
| getColumnNames() const | Table | |
| getPtr(uint04 channel_index) | Table | inline |
| getPtr(const String &channel) | Table | inline |
| GUID() const | Table | inlinevirtual |
| hasColumn(const String &column_name) const | Table | |
| hasColumn(uint04 index) const | Table | |
| hasMatchingColumns(const Table &table) const | Table | |
| indexOf(const String &column_name) const | Table | |
| insertRow(uint04 index) | Table | |
| insertRows(uint04 index, uint04 size) | Table | |
| m_data_channels | Table | protected |
| m_index_channels | Table | protected |
| m_is_floating | Table | protected |
| m_name | Table | protected |
| m_name_channels | Table | protected |
| m_size | Table | protected |
| m_uuid | Table | protected |
| mapFromFile(BinaryFile &file, uint08 version_number) | Table | |
| mapToFile(BinaryFile &file, const Buffer< String > &exclusion_list={}) const | Table | |
| name() const | Table | |
| operator==(const Table &table) const | Table | inline |
| operator[](uint04 channel_index) const | Table | inline |
| operator[](uint04 channel_index) | Table | inline |
| operator[](const String &channel) const | Table | inline |
| operator[](const String &channel) | Table | inline |
| removeColumn(uint04 channel) | Table | |
| removeColumn(const String &channel) | Table | |
| removeRow(uint04 index) | Table | |
| removeRows(uint04 index, uint04 size) | Table | |
| removeRows(const Buffer< uint04 > &sorted_romove_indices) | Table | |
| removeRows(uint04 offset, const Buffer< bool > &remove_mask) | Table | |
| renameColumn(uint04 column_index, const String &new_name) | Table | |
| rowSize() const | Table | virtual |
| set(uint04 channel_index, uint04 value_index, const t_type &value) | Table | inline |
| set(uint04 channel_index, uint04 value_index, const Vector< t_dims, t_type > &value) | Table | inline |
| setAll(uint04 to_location, uint04 from_location, uint04 size, ConstPointer< Table > from_table) | Table | |
| setSize(uint04 size) | Table | |
| size() const | Table | virtual |
| Table() | Table | |
| Table(const String &name) | Table | explicit |
| update(const TableChange &change, bool update_floating) | Table | |
| updateAll(bool update_floating) | Table | |
| validate() const | Table | |
| ~Table() | Table | virtual |