API Documentation
Loading...
Searching...
No Matches
Table Member List

This is the complete list of members for Table, including all inherited members.

addChannel(const DynamicPointer< TableColumn > &channel, bool is_floating=false)Tablevirtual
addIndexChannel(const DynamicPointer< TableColumn > &channel)Tablevirtual
addRow()Table
appendRows(uint04 size)Table
begin()Tableinline
clear()Table
columnSize() constTablevirtual
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)=0Tablepure virtual
end()Tableinline
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) constTable
get(const String &channel)Tableinline
get(const String &channel) constTableinline
getColumnNames() constTable
getPtr(uint04 channel_index)Tableinline
getPtr(const String &channel)Tableinline
GUID() constTableinlinevirtual
hasColumn(const String &column_name) constTable
hasColumn(uint04 index) constTable
hasMatchingColumns(const Table &table) constTable
indexOf(const String &column_name) constTable
insertRow(uint04 index)Table
insertRows(uint04 index, uint04 size)Table
m_data_channelsTableprotected
m_index_channelsTableprotected
m_is_floatingTableprotected
m_nameTableprotected
m_name_channelsTableprotected
m_sizeTableprotected
m_uuidTableprotected
mapFromFile(BinaryFile &file, uint08 version_number)Table
mapToFile(BinaryFile &file, const Buffer< String > &exclusion_list={}) constTable
name() constTable
operator==(const Table &table) constTableinline
operator[](uint04 channel_index) constTableinline
operator[](uint04 channel_index)Tableinline
operator[](const String &channel) constTableinline
operator[](const String &channel)Tableinline
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() constTablevirtual
set(uint04 channel_index, uint04 value_index, const t_type &value)Tableinline
set(uint04 channel_index, uint04 value_index, const Vector< t_dims, t_type > &value)Tableinline
setAll(uint04 to_location, uint04 from_location, uint04 size, ConstPointer< Table > from_table)Table
setSize(uint04 size)Table
size() constTablevirtual
Table()Table
Table(const String &name)Tableexplicit
update(const TableChange &change, bool update_floating)Table
updateAll(bool update_floating)Table
validate() constTable
~Table()Tablevirtual