casacore
|
This is the complete list of members for casacore::PlainTable, including all inherited members.
actualTableDesc() const | casacore::PlainTable | virtual |
addColumn(const ColumnDesc &columnDesc, Bool) | casacore::PlainTable | virtual |
addColumn(const ColumnDesc &columnDesc, const String &dataManager, Bool byName, Bool) | casacore::PlainTable | virtual |
addColumn(const ColumnDesc &columnDesc, const DataManager &dataManager, Bool) | casacore::PlainTable | virtual |
addColumn(const TableDesc &tableDesc, const DataManager &dataManager, Bool) | casacore::PlainTable | virtual |
addColumns(const TableDesc &tableDesc, const Record &dmInfo, Bool addToParent) | casacore::BaseTable | |
addRow(rownr_t nrrow, Bool initialize) | casacore::PlainTable | virtual |
addToCache_p | casacore::PlainTable | private |
adjustRownrs(rownr_t nrrow, Vector< rownr_t > &rownrs, Bool determineOrder) const | casacore::BaseTable | virtual |
asBigEndian() const | casacore::PlainTable | virtual |
autoReleaseLock(Bool always=False) | casacore::PlainTable | |
BaseTable(const String &tableName, int tableOption, rownr_t nrrow) | casacore::BaseTable | |
BaseTable(MPI_Comm mpiComm, const String &tableName, int tableOption, rownr_t nrrow) | casacore::BaseTable | |
BaseTable(const BaseTable &) | casacore::BaseTable | private |
BaseTableCommon(const String &tableName, int tableOption, rownr_t nrrow) | casacore::BaseTable | |
bigEndian_p | casacore::PlainTable | private |
canAddRow() const | casacore::PlainTable | virtual |
canRemoveColumn(const Vector< String > &columnNames) const | casacore::PlainTable | virtual |
canRemoveRow() const | casacore::PlainTable | virtual |
canRenameColumn(const String &columnName) const | casacore::PlainTable | virtual |
checkRemoveColumn(const Vector< String > &columnNames, Bool throwException) const | casacore::BaseTable | |
checkRowNumber(rownr_t rownr) const | casacore::BaseTable | inline |
checkRowNumberThrow(rownr_t rownr) const | casacore::BaseTable | private |
checkWritable(const char *func) const | casacore::PlainTable | private |
closeObject() | casacore::PlainTable | private |
colSetPtr_p | casacore::PlainTable | private |
copy(const String &newName, int tableOption) const | casacore::BaseTable | virtual |
dataManagerInfo() const | casacore::PlainTable | virtual |
deepCopy(const String &newName, const Record &dataManagerInfo, const StorageOption &, int tableOption, Bool valueCopy, int endianFormat, Bool noRows) const | casacore::BaseTable | virtual |
delete_p | casacore::BaseTable | protected |
doNotWrite() | casacore::BaseTable | inline |
doReleaseCallBack(Bool always) | casacore::PlainTable | private |
doSort(PtrBlock< BaseColumn * > &, const Block< CountedPtr< BaseCompare > > &, const Block< Int > &sortOrder, int sortOption, std::shared_ptr< Vector< rownr_t >> sortIterBoundaries, std::shared_ptr< Vector< size_t >> sortIterKeyIdxChange) | casacore::BaseTable | virtual |
findDataManager(const String &name, Bool byColumn) const | casacore::PlainTable | virtual |
flush(Bool fsync, Bool recursive) | casacore::PlainTable | virtual |
flushTableInfo() | casacore::BaseTable | virtual |
getColumn(uInt columnIndex) const | casacore::PlainTable | virtual |
getColumn(const String &columnName) const | casacore::PlainTable | virtual |
getLayout(TableDesc &desc, AipsIO &ios) | casacore::PlainTable | static |
getModifyCounter() const | casacore::PlainTable | virtual |
getPartNames(Block< String > &names, Bool recursive) const | casacore::BaseTable | virtual |
getTableInfo() | casacore::BaseTable | protected |
hasLock(FileLocker::LockType) const | casacore::PlainTable | virtual |
info_p | casacore::BaseTable | protected |
isColumnStored(const String &columnName) const | casacore::BaseTable | |
isColumnStored(uInt columnIndex) const | casacore::BaseTable | |
isColumnWritable(const String &columnName) const | casacore::BaseTable | |
isColumnWritable(uInt columnIndex) const | casacore::BaseTable | |
isMarkedForDelete() const | casacore::BaseTable | inline |
isMultiUsed(Bool checkSubTables) const | casacore::PlainTable | virtual |
isNull() const | casacore::BaseTable | virtual |
isWritable() const | casacore::PlainTable | virtual |
itsMpiComm | casacore::BaseTable | private |
itsTraceId | casacore::BaseTable | protected |
keywordSet() | casacore::PlainTable | virtual |
link() | casacore::BaseTable | |
lock(FileLocker::LockType, uInt nattempts) | casacore::PlainTable | virtual |
lockOptions() const | casacore::PlainTable | virtual |
lockPtr_p | casacore::PlainTable | private |
lockSync_p | casacore::PlainTable | private |
logicCheck(BaseTable *that) | casacore::BaseTable | private |
logicRows(rownr_t *&rownrs, Bool &allocated) | casacore::BaseTable | private |
madeDir_p | casacore::BaseTable | protected |
makeAbsoluteName(const String &name) const | casacore::BaseTable | private |
makeEmptyTableDesc() const | casacore::BaseTable | private |
makeIterator(const Block< String > &columnNames, const Block< CountedPtr< BaseCompare > > &, const Block< Int > &orders, int option, bool cacheIterationBoundaries=false) | casacore::BaseTable | |
makeRefTable(Bool rowOrder, rownr_t initialNrrow) | casacore::BaseTable | |
makeTableDir() | casacore::BaseTable | protected |
markForDelete(Bool callback, const String &oldName) | casacore::BaseTable | |
mergeLock(const TableLock &lockOptions) | casacore::PlainTable | virtual |
name_p | casacore::BaseTable | protected |
noWrite_p | casacore::BaseTable | protected |
nrlink_p | casacore::BaseTable | protected |
nrow() const | casacore::BaseTable | inline |
nrrow_p | casacore::BaseTable | protected |
nrrowToAdd_p | casacore::BaseTable | protected |
openedForWrite() const | casacore::BaseTable | protected |
operator=(const PlainTable &) | casacore::PlainTable | private |
option_p | casacore::BaseTable | protected |
PlainTable(SetupNewTable &, rownr_t nrrow, Bool initialize, const TableLock &lockOptions, int endianFormat, const TSMOption &tsmOption) | casacore::PlainTable | |
PlainTable(MPI_Comm mpiComm, SetupNewTable &, rownr_t nrrow, Bool initialize, const TableLock &lockOptions, int endianFormat, const TSMOption &tsmOption) | casacore::PlainTable | |
PlainTable(AipsIO &, uInt version, const String &name, const String &type, rownr_t nrrow, int option, const TableLock &lockOptions, const TSMOption &tsmOption, Bool addToCache, uInt locknr) | casacore::PlainTable | |
PlainTable(const PlainTable &) | casacore::PlainTable | private |
PlainTableCommon(SetupNewTable &, rownr_t nrrow, Bool initialize, const TableLock &lockOptions, int endianFormat, const TSMOption &tsmOption) | casacore::PlainTable | |
prepareCopyRename(const String &newName, int tableOption) const | casacore::BaseTable | protected |
project(const Block< String > &columnNames) | casacore::BaseTable | |
putFile(Bool always) | casacore::PlainTable | private |
releaseCallBack(void *plainTableObject, Bool always) | casacore::PlainTable | privatestatic |
removeColumn(const Vector< String > &columnNames) | casacore::PlainTable | virtual |
removeRow(rownr_t rownr) | casacore::PlainTable | virtual |
casacore::BaseTable::removeRow(const Vector< rownr_t > &rownrs) | casacore::BaseTable | |
casacore::BaseTable::removeRow(const Vector< uInt > &rownrs) | casacore::BaseTable | |
rename(const String &newName, int tableOption) | casacore::BaseTable | virtual |
renameColumn(const String &newName, const String &oldName) | casacore::PlainTable | virtual |
renameHypercolumn(const String &newName, const String &oldName) | casacore::PlainTable | virtual |
renameSubTables(const String &newName, const String &oldName) | casacore::PlainTable | privatevirtual |
reopenRW() | casacore::PlainTable | virtual |
resync() | casacore::PlainTable | virtual |
root() | casacore::BaseTable | virtual |
rowNumbers() const | casacore::BaseTable | virtual |
rowOrder() const | casacore::BaseTable | virtual |
rowStorage() | casacore::BaseTable | virtual |
rwKeywordSet() | casacore::PlainTable | virtual |
scratchCallback(Bool isScratch, const String &oldName) const | casacore::BaseTable | protected |
select(const TableExprNode &, rownr_t maxRow, rownr_t offset) | casacore::BaseTable | |
select(rownr_t maxRow, rownr_t offset) | casacore::BaseTable | |
select(const Vector< rownr_t > &rownrs) | casacore::BaseTable | |
select(const Block< Bool > &mask) | casacore::BaseTable | |
setEndian(int endianFormat) | casacore::PlainTable | private |
setTableChanged() | casacore::PlainTable | virtual |
shouldNotWrite() const | casacore::BaseTable | inlineprotected |
showColumnInfo(ostream &os, const TableDesc &, uInt maxNameLength, const Array< String > &columnNames, Bool sort, Bool cOrder) const | casacore::BaseTable | private |
showStructure(std::ostream &, Bool showDataMan, Bool showColumns, Bool showSubTables, Bool sortColumns, Bool cOrder) | casacore::BaseTable | |
showStructureExtra(std::ostream &) const | casacore::BaseTable | privatevirtual |
sort(const Block< String > &columnNames, const Block< CountedPtr< BaseCompare > > &compareObjects, const Block< Int > &sortOrder, int sortOption, std::shared_ptr< Vector< rownr_t >> sortIterBoundaries=nullptr, std::shared_ptr< Vector< size_t >> sortIterKeyIdxChange=nullptr) | casacore::BaseTable | |
storageOption() const | casacore::PlainTable | virtual |
syncTable() | casacore::PlainTable | private |
tabAnd(BaseTable *) | casacore::BaseTable | |
tableCache() | casacore::PlainTable | inlinestatic |
tableChanged_p | casacore::PlainTable | private |
tableDesc() const | casacore::BaseTable | inline |
tableInfo() | casacore::BaseTable | inline |
tableInfo(const String &tableName) | casacore::BaseTable | static |
tableName() const | casacore::BaseTable | inline |
tableOption() const | casacore::BaseTable | inline |
tableType() const | casacore::BaseTable | virtual |
tabNot() | casacore::BaseTable | |
tabOr(BaseTable *) | casacore::BaseTable | |
tabSub(BaseTable *) | casacore::BaseTable | |
tabXor(BaseTable *) | casacore::BaseTable | |
tdescPtr_p | casacore::BaseTable | protected |
theirTableCache | casacore::PlainTable | privatestatic |
throwIfTableExists() | casacore::BaseTable | protected |
toAipsIOFoption(int tableOption) | casacore::PlainTable | static |
traceId() const | casacore::BaseTable | inline |
trueDeepCopy(const String &newName, const Record &dataManagerInfo, const StorageOption &, int tableOption, int endianFormat, Bool noRows) const | casacore::BaseTable | protected |
tsmOption_p | casacore::PlainTable | private |
unlink(BaseTable *) | casacore::BaseTable | static |
unlock() | casacore::PlainTable | virtual |
unmarkForDelete(Bool callback, const String &oldName) | casacore::BaseTable | |
writeEnd(AipsIO &) | casacore::BaseTable | protected |
writeStart(AipsIO &, Bool bigEndian) | casacore::BaseTable | protected |
~BaseTable() | casacore::BaseTable | virtual |
~PlainTable() | casacore::PlainTable | virtual |