, including all inherited members.
actualTableDesc() const | casa::MemoryTable | [virtual] |
addColumn(const ColumnDesc &columnDesc, Bool addToParent) | casa::MemoryTable | [virtual] |
addColumn(const ColumnDesc &columnDesc, const String &dataManager, Bool byName, Bool addToParent) | casa::MemoryTable | [virtual] |
addColumn(const ColumnDesc &columnDesc, const DataManager &dataManager, Bool addToParent) | casa::MemoryTable | [virtual] |
addColumn(const TableDesc &tableDesc, const DataManager &dataManager, Bool addToParent) | casa::MemoryTable | [virtual] |
addColumns(const TableDesc &tableDesc, const Record &dmInfo, Bool addToParent) | casa::BaseTable | |
addRow(uInt nrrow=1, Bool initialize=True) | casa::MemoryTable | [virtual] |
adjustRownrs(uInt nrrow, Vector< uInt > &rownrs, Bool determineOrder) const | casa::BaseTable | [virtual] |
asBigEndian() const | casa::MemoryTable | [virtual] |
BaseTable(const String &tableName, int tableOption, uInt nrrow) | casa::BaseTable | |
canAddRow() const | casa::MemoryTable | [virtual] |
canRemoveColumn(const Vector< String > &columnNames) const | casa::MemoryTable | [virtual] |
canRemoveRow() const | casa::MemoryTable | [virtual] |
canRenameColumn(const String &columnName) const | casa::MemoryTable | [virtual] |
checkRemoveColumn(const Vector< String > &columnNames, Bool throwException) const | casa::BaseTable | |
checkRowNumber(uInt rownr) const | casa::BaseTable | [inline] |
colSetPtr_p | casa::MemoryTable | [private] |
copy(const String &newName, int tableOption) const | casa::MemoryTable | [virtual] |
dataManagerInfo() const | casa::MemoryTable | [virtual] |
deepCopy(const String &newName, const Record &dataManagerInfo, int tableOption, Bool, int endianFormat, Bool noRows) const | casa::MemoryTable | [virtual] |
delete_p | casa::BaseTable | [protected] |
doNotWrite() | casa::BaseTable | [inline] |
doSort(PtrBlock< BaseColumn * > &, const Block< CountedPtr< BaseCompare > > &, const Block< Int > &sortOrder, int sortOption) | casa::BaseTable | [virtual] |
findDataManager(const String &name, Bool byColumn) const | casa::MemoryTable | [virtual] |
flush(Bool fsync, Bool recursive) | casa::MemoryTable | [virtual] |
flushTableInfo() | casa::MemoryTable | [virtual] |
getColumn(uInt columnIndex) const | casa::MemoryTable | [virtual] |
getColumn(const String &columnName) const | casa::MemoryTable | [virtual] |
getModifyCounter() const | casa::MemoryTable | [virtual] |
getPartNames(Block< String > &names, Bool recursive) const | casa::BaseTable | [virtual] |
getTableInfo() | casa::BaseTable | [protected] |
hasLock(FileLocker::LockType) const | casa::MemoryTable | [virtual] |
info_p | casa::BaseTable | [protected] |
isColumnStored(const String &columnName) const | casa::BaseTable | |
isColumnStored(uInt columnIndex) const | casa::BaseTable | |
isColumnWritable(const String &columnName) const | casa::BaseTable | |
isColumnWritable(uInt columnIndex) const | casa::BaseTable | |
isMarkedForDelete() const | casa::BaseTable | [inline] |
isMultiUsed(Bool checkSubTable) const | casa::MemoryTable | [virtual] |
isNull() const | casa::BaseTable | [virtual] |
isWritable() const | casa::MemoryTable | [virtual] |
keywordSet() | casa::MemoryTable | [virtual] |
link() | casa::BaseTable | |
lock(FileLocker::LockType, uInt nattempts) | casa::MemoryTable | [virtual] |
lockOptions() const | casa::MemoryTable | [virtual] |
lockPtr_p | casa::MemoryTable | [private] |
madeDir_p | casa::BaseTable | [protected] |
makeIterator(const Block< String > &columnNames, const Block< CountedPtr< BaseCompare > > &, const Block< Int > &orders, int option) | casa::BaseTable | |
makeRefTable(Bool rowOrder, uInt initialNrrow) | casa::BaseTable | |
makeTableDir() | casa::BaseTable | [protected] |
markForDelete(Bool callback, const String &oldName) | casa::BaseTable | |
MemoryTable(SetupNewTable &, uInt nrrow, Bool initialize) | casa::MemoryTable | |
MemoryTable(const MemoryTable &) | casa::MemoryTable | [private] |
mergeLock(const TableLock &lockOptions) | casa::MemoryTable | [virtual] |
name_p | casa::BaseTable | [protected] |
noWrite_p | casa::BaseTable | [protected] |
nrlink_p | casa::BaseTable | [protected] |
nrow() const | casa::BaseTable | [inline] |
nrrow_p | casa::BaseTable | [protected] |
nrrowToAdd_p | casa::BaseTable | [protected] |
openedForWrite() const | casa::BaseTable | [protected] |
operator=(const MemoryTable &) | casa::MemoryTable | [private] |
option_p | casa::BaseTable | [protected] |
prepareCopyRename(const String &newName, int tableOption) const | casa::BaseTable | [protected] |
project(const Block< String > &columnNames) | casa::BaseTable | |
removeColumn(const Vector< String > &columnNames) | casa::MemoryTable | [virtual] |
removeRow(uInt rownr) | casa::MemoryTable | [virtual] |
casa::BaseTable::removeRow(const Vector< uInt > &rownrs) | casa::BaseTable | |
rename(const String &newName, int tableOption) | casa::MemoryTable | [virtual] |
renameColumn(const String &newName, const String &oldName) | casa::MemoryTable | [virtual] |
renameHypercolumn(const String &newName, const String &oldName) | casa::MemoryTable | [virtual] |
renameSubTables(const String &newName, const String &oldName) | casa::BaseTable | [protected, virtual] |
reopenRW() | casa::MemoryTable | [virtual] |
resync() | casa::MemoryTable | [virtual] |
root() | casa::BaseTable | [virtual] |
rowNumbers() const | casa::BaseTable | [virtual] |
rowOrder() const | casa::BaseTable | [virtual] |
rowStorage() | casa::BaseTable | [virtual] |
rwKeywordSet() | casa::MemoryTable | [virtual] |
scratchCallback(Bool isScratch, const String &oldName) const | casa::BaseTable | [protected] |
select(const TableExprNode &, uInt maxRow) | casa::BaseTable | |
select(uInt maxRow) | casa::BaseTable | |
select(const Vector< uInt > &rownrs) | casa::BaseTable | |
select(const Block< Bool > &mask) | casa::BaseTable | |
setTableChanged() | casa::BaseTable | [virtual] |
setup(BaseTable *btp) | casa::MemoryTable | [private] |
shouldNotWrite() const | casa::BaseTable | [inline, protected] |
showStructure(std::ostream &, Bool showDataMan, Bool showColumns, Bool showSubTables, Bool sortColumns) | casa::BaseTable | |
sort(const Block< String > &columnNames, const Block< CountedPtr< BaseCompare > > &compareObjects, const Block< Int > &sortOrder, int sortOption) | casa::BaseTable | |
tabAnd(BaseTable *) | casa::BaseTable | |
tableDesc() const | casa::BaseTable | [inline] |
tableInfo() | casa::BaseTable | [inline] |
tableInfo(const String &tableName) | casa::BaseTable | [static] |
tableName() const | casa::BaseTable | [inline] |
tableOption() const | casa::BaseTable | [inline] |
tableType() const | casa::MemoryTable | [virtual] |
tabNot() | casa::BaseTable | |
tabOr(BaseTable *) | casa::BaseTable | |
tabSub(BaseTable *) | casa::BaseTable | |
tabXor(BaseTable *) | casa::BaseTable | |
tdescPtr_p | casa::BaseTable | [protected] |
throwIfTableExists() | casa::BaseTable | [protected] |
trueDeepCopy(const String &newName, const Record &dataManagerInfo, int tableOption, int endianFormat, Bool noRows) const | casa::BaseTable | [protected] |
unlink(BaseTable *) | casa::BaseTable | [static] |
unlock() | casa::MemoryTable | [virtual] |
unmarkForDelete(Bool callback, const String &oldName) | casa::BaseTable | |
writeEnd(AipsIO &) | casa::BaseTable | [protected] |
writeStart(AipsIO &, Bool bigEndian) | casa::BaseTable | [protected] |
~BaseTable() | casa::BaseTable | [virtual] |
~MemoryTable() | casa::MemoryTable | [virtual] |