Tables_internal_classes
[Tables]


Detailed Description

Internal Tables classes and functions.


Classes

class  casa::ArrayColumnData< T >
 Access to a table column containing arrays. More...
class  casa::BaseColumnDesc
 An abstract base class for table column descriptions. More...
class  casa::BaseColumn
 Abstract base class for a table column. More...
class  casa::BaseTableIterator
 Base class for table iterator. More...
class  casa::BaseTable
 Abstract base class for tables. More...
class  casa::ColumnDescSet
 Set of table column descriptions. More...
class  casa::ColumnCache
 A caching object for a table column. More...
class  casa::ColumnSet
 Class to manage a set of table columns. More...
class  casa::RODataManAccessor
 Base class for the Data Manager Accessor classes. More...
struct  casa::DataManager_global_functions_DataManagerCtor
 Define the type of the static "constructor" function. More...
class  casa::DataManager
 Abstract base class for a data manager. More...
class  casa::DataManagerColumn
 Abstract base class for a column in a data manager. More...
class  casa::TableExprConeNode
 Class representing a cone search in table select expression. More...
class  casa::TableExprNodeConstBool
 Constant Bool in table select expression tree. More...
class  casa::TableExprNodeConstDouble
 Constant Double in table select expression tree. More...
class  casa::TableExprNodeConstDComplex
 Constant DComplex in table select expression tree. More...
class  casa::TableExprNodeConstString
 Constant String in table select expression tree. More...
class  casa::TableExprNodeConstRegex
 Constant Regex in table select expression tree. More...
class  casa::TableExprNodeConstDate
 Constant Date in table select expression tree. More...
class  casa::TableExprNodeColumn
 Scalar column in table select expression tree. More...
class  casa::TableExprNodeRownr
 Rownumber in table select expression tree. More...
class  casa::TableExprNodeRowid
 Rowid in table select expression tree. More...
class  casa::TableExprNodeRandom
 Random number in table select expression tree. More...
class  casa::TableExprNodeArrayConstBool
 Bool Array constant in table select expression tree. More...
class  casa::TableExprNodeArrayConstDouble
 Double Array constant in table select expression tree. More...
class  casa::TableExprNodeArrayConstDComplex
 DComplex Array constant in table select expression tree. More...
class  casa::TableExprNodeArrayConstString
 String Array constant in table select expression tree. More...
class  casa::TableExprNodeArrayConstDate
 Date Array constant in table select expression tree. More...
class  casa::TableExprFuncNode
 Class representing a function in table select expression. More...
class  casa::TableExprFuncNodeArray
 Class representing an array function in table select expression. More...
class  casa::TableExprNodeEQBool
 Bool comparison == in table select expression tree. More...
class  casa::TableExprNodeEQDouble
 Double comparison == in table select expression tree. More...
class  casa::TableExprNodeEQDComplex
 DComplex comparison == in table select expression tree. More...
class  casa::TableExprNodeEQString
 String comparison == in table select expression tree. More...
class  casa::TableExprNodeEQRegex
 Regex comparison == in table select expression tree. More...
class  casa::TableExprNodeEQDate
 Date comparison == in table select expression tree. More...
class  casa::TableExprNodeNEBool
 Bool comparison != in table select expression tree. More...
class  casa::TableExprNodeNEDouble
 Double comparison != in table select expression tree. More...
class  casa::TableExprNodeNEDComplex
 DComplex comparison != in table select expression tree. More...
class  casa::TableExprNodeNEString
 String comparison != in table select expression tree. More...
class  casa::TableExprNodeNERegex
 Regex comparison != in table select expression tree. More...
class  casa::TableExprNodeNEDate
 Date comparison != in table select expression tree. More...
class  casa::TableExprNodeGTDouble
 Double comparison > in table select expression tree. More...
class  casa::TableExprNodeGTDComplex
 DComplex comparison > in table select expression tree. More...
class  casa::TableExprNodeGTString
 String comparison > in table select expression tree. More...
class  casa::TableExprNodeGTDate
 Date comparison > in table select expression tree. More...
class  casa::TableExprNodeGEDouble
 Double comparison >= in table select expression tree. More...
class  casa::TableExprNodeGEDComplex
 DComplex comparison >= in table select expression tree. More...
class  casa::TableExprNodeGEString
 String comparison >= in table select expression tree. More...
class  casa::TableExprNodeGEDate
 Date comparison >= in table select expression tree. More...
class  casa::TableExprNodeINDouble
 Double comparison IN in table select expression tree. More...
class  casa::TableExprNodeINDComplex
 DComplex comparison IN in table select expression tree. More...
class  casa::TableExprNodeINString
 String comparison IN in table select expression tree. More...
class  casa::TableExprNodeINDate
 Date comparison IN in table select expression tree. More...
class  casa::TableExprNodeOR
 Logical or in table select expression tree. More...
class  casa::TableExprNodeAND
 Logical and in table select expression tree. More...
class  casa::TableExprNodeNOT
 Logical not in table select expression tree. More...
class  casa::TableExprNodeArrayEQBool
 Bool Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayEQDouble
 Double Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayEQDComplex
 DComplex Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayEQString
 String Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayEQRegex
 Regex Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayEQDate
 Date Array comparison == in table select expression tree. More...
class  casa::TableExprNodeArrayNEBool
 Bool Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayNEDouble
 Double Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayNEDComplex
 DComplex Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayNEString
 String Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayNERegex
 Regex Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayNEDate
 Date Array comparison != in table select expression tree. More...
class  casa::TableExprNodeArrayGTDouble
 Double Array comparison > in table select expression tree. More...
class  casa::TableExprNodeArrayGTDComplex
 DComplex Array comparison > in table select expression tree. More...
class  casa::TableExprNodeArrayGTString
 String Array comparison > in table select expression tree. More...
class  casa::TableExprNodeArrayGTDate
 Date Array comparison > in table select expression tree. More...
class  casa::TableExprNodeArrayGEDouble
 Double Array comparison >= in table select expression tree. More...
class  casa::TableExprNodeArrayGEDComplex
 DComplex Array comparison >= in table select expression tree. More...
class  casa::TableExprNodeArrayGEString
 String Array comparison >= in table select expression tree. More...
class  casa::TableExprNodeArrayGEDate
 Date Array comparison >= in table select expression tree. More...
class  casa::TableExprNodeArrayINDouble
 Double Array comparison IN in table select expression tree. More...
class  casa::TableExprNodeArrayINDComplex
 DComplex Array comparison IN in table select expression tree. More...
class  casa::TableExprNodeArrayINString
 String Array comparison IN in table select expression tree. More...
class  casa::TableExprNodeArrayINDate
 Date Array comparison IN in table select expression tree. More...
class  casa::TableExprNodeArrayOR
 Logical or in table select expression tree. More...
class  casa::TableExprNodeArrayAND
 Logical and in table select expression tree. More...
class  casa::TableExprNodeArrayNOT
 Logical not in table select expression tree. More...
class  casa::TableExprNodePlus
 Addition in table select expression tree. More...
class  casa::TableExprNodePlusDouble
 Double addition in table select expression tree. More...
class  casa::TableExprNodePlusDComplex
 DComplex addition in table select expression tree. More...
class  casa::TableExprNodePlusString
 String addition in table select expression tree. More...
class  casa::TableExprNodePlusDate
 Date addition in table select expression tree. More...
class  casa::TableExprNodeMinus
 Subtraction in table select expression tree. More...
class  casa::TableExprNodeMinusDouble
 Double subtraction in table select expression tree. More...
class  casa::TableExprNodeMinusDComplex
 DComplex subtraction in table select expression tree. More...
class  casa::TableExprNodeMinusDate
 Date subtraction in table select expression tree. More...
class  casa::TableExprNodeTimes
 Multiplication in table select expression tree. More...
class  casa::TableExprNodeTimesDouble
 Double multiplication in table select expression tree. More...
class  casa::TableExprNodeTimesDComplex
 DComplex multiplication in table select expression tree. More...
class  casa::TableExprNodeDivide
 Division in table select expression tree. More...
class  casa::TableExprNodeDivideDouble
 Double division in table select expression tree. More...
class  casa::TableExprNodeDivideDComplex
 DComplex division in table select expression tree. More...
class  casa::TableExprNodeModulo
 Modulo in table select expression tree. More...
class  casa::TableExprNodeModuloDouble
 Double modulo in table select expression tree. More...
class  casa::TableExprNodeMIN
 Unary minus in table select expression tree. More...
class  casa::TableExprNodeArrayPlus
 Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayPlusDouble
 Double Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayPlusDComplex
 DComplex Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayPlusString
 String Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayMinus
 Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayMinusDouble
 Double Array subtraction in table select expression tree. More...
class  casa::TableExprNodeArrayMinusDComplex
 DComplex Array subtraction in table select expression tree. More...
class  casa::TableExprNodeArrayTimes
 Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayTimesDouble
 Double Array multiplication in table select expression tree. More...
class  casa::TableExprNodeArrayTimesDComplex
 DComplex Array multiplication in table select expression tree. More...
class  casa::TableExprNodeArrayDivide
 Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayDivideDouble
 Double Array division in table select expression tree. More...
class  casa::TableExprNodeArrayDivideDComplex
 DComplex Array division in table select expression tree. More...
class  casa::TableExprNodeArrayModulo
 Array addition in table select expression tree. More...
class  casa::TableExprNodeArrayModuloDouble
 Double Array modulo in table select expression tree. More...
class  casa::TableExprNodeArrayMIN
 Unary minus in table select expression tree. More...
class  casa::TableExprNodeArray
 Base class for arrays in table select expression. More...
class  casa::TableExprNodeArrayColumn
 Base class for Array column in table select expression. More...
class  casa::TableExprNodeArrayColumnBool
 Bool array column in table select expression. More...
class  casa::TableExprNodeArrayColumnuChar
 uChar array column in table select expression More...
class  casa::TableExprNodeArrayColumnShort
 Short array column in table select expression. More...
class  casa::TableExprNodeArrayColumnuShort
 uShort array column in table select expression More...
class  casa::TableExprNodeArrayColumnInt
 Int array column in table select expression. More...
class  casa::TableExprNodeArrayColumnuInt
 uInt array column in table select expression More...
class  casa::TableExprNodeArrayColumnFloat
 Float array column in table select expression. More...
class  casa::TableExprNodeArrayColumnDouble
 Double array column in table select expression. More...
class  casa::TableExprNodeArrayColumnComplex
 Complex array column in table select expression. More...
class  casa::TableExprNodeArrayColumnDComplex
 DComplex array column in table select expression. More...
class  casa::TableExprNodeArrayColumnString
 String array column in table select expression. More...
class  casa::TableExprNodeIndex
 The index of an array element in a table select expression. More...
class  casa::TableExprNodeArrayPart
 Array column part in table select expression. More...
class  casa::TableExprNodeRecordField
 Scalar field in record select expression tree. More...
class  casa::TableExprNodeRecordFieldArray
 Array field in record select expression tree. More...
class  casa::TableExprNodeRep
 Abstract base class for a node in a table column expression tree. More...
class  casa::TableExprNodeBinary
 Abstract base class for a node having 0, 1, or 2 child nodes. More...
class  casa::TableExprNodeMulti
 Abstract base class for a node having multiple child nodes. More...
class  casa::TableExprRange
 Select range of a column in an select expression. More...
class  casa::TableExprNodeUnit
 Unit for scalar values in a table select expression tree. More...
class  casa::TableExprNodeArrayUnit
 Unit for array values in a table select expression tree. More...
class  casa::ExternalLockSync
 Class to hold table lock data. More...
class  casa::ForwardColumn
 Virtual column forwarding to another column. More...
class  casa::ForwardColumnIndexedRow
 Virtual column forwarding to another row/column. More...
class  casa::ISMBase
 Base class of the Incremental Storage Manager. More...
class  casa::ISMBucket
 A bucket in the Incremental Storage Manager. More...
class  casa::ISMColumn
 A Column in the Incremental Storage Manager. More...
class  casa::ISMIndColumn
 A column of Incremental storage manager for indirect arrays. More...
class  casa::ISMIndex
 The Index of the Incremental Storage Manager. More...
class  casa::MemoryTable
 Class for a table held in memory. More...
class  casa::MSMBase
 Base class for memory-based table storage manager class. More...
class  casa::MSMColumn
 Column in the Memory table storage manager class. More...
class  casa::MSMDirColumn
 Memory storage manager for table arrays. More...
class  casa::MSMIndColumn
 Mmeory storage manager for variable shaped table arrays. More...
class  casa::NullTable
 Class indicating a null Table object. More...
class  casa::PlainColumn
 Base class for a column in a plain table. More...
class  casa::PlainTable
 Class defining a plain regular table. More...
class  casa::ReadAsciiTable
 Helper class for readAsciiTable. More...
struct  casa::RecordGram_global_functions_RecordGramFunctions
 Global functions for flex/bison scanner/parser for RecordGram. More...
class  casa::RecordGramVal
 Helper class for values in RecordGram. More...
class  casa::RecordGram
 Select-class for flex/bison scanner/parser for RecordGram. More...
class  casa::RefColumn
 A column in a reference table. More...
class  casa::RefRows
 Class holding the row numbers in a RefTable. More...
class  casa::RefRowsSliceIter
 Class to iterate through a RefRows object. More...
class  casa::RefTable
 Class for a table as a view of another table. More...
class  casa::ScalarColumnData< T >
 Access to a table column containing scalars. More...
class  casa::ScalarRecordColumnData
 Access to a table column containing scalar records. More...
class  casa::SetupNewTableRep
 Representation for handle class SetupNewTable. More...
class  casa::SSMBase
 Base class of the Standard Storage Manager. More...
class  casa::SSMColumn
 A Column in the Standard Storage Manager. More...
class  casa::SSMDirColumn
 A Direct Array Column in the Standard Storage Manager. More...
class  casa::SSMIndColumn
 A column of Standard storage manager for indirect arrays. More...
class  casa::SSMIndex
 The bucket index for a group of columns in the Standard Storage Manager. More...
class  casa::SSMIndStringColumn
 An Indirect String Array Column in the Standard Storage Manager. More...
class  casa::SSMStringHandler
 Store strings in the Standard Storage Manager. More...
class  casa::StManColumnArrayAipsIO
 AipsIO storage manager for direct table arrays. More...
class  casa::StManArrayFile
 Read/write array in external format for a storage manager. More...
class  casa::StManColumnIndArrayAipsIO
 AipsIO storage manager for indirect table arrays. More...
class  casa::StIndArray
 Read/write indirect arrays. More...
class  casa::StManColumnAipsIO
 AipsIO table column storage manager class. More...
class  casa::StManColumn
 Base table column storage manager class. More...
class  casa::TableAttr
 Some attributes of a table. More...
class  casa::TableCache
 Cache of open tables. More...
struct  casa::TableGram_global_functions_TableGramFunctions
 Global functions for flex/bison scanner/parser for TableGram. More...
class  casa::TableInfo
 Table type, subtype and further info. More...
class  casa::TableKeyword
 Keyword value representing a table. More...
class  casa::TableLock
 Class to hold table lock options. More...
class  casa::TableLockData
 Class to hold table lock data. More...
class  casa::TableParse
 Class to hold values from table grammar parser. More...
class  casa::TableParseSort
 Helper class for sort keys in TableParse. More...
class  casa::TableParseUpdate
 Helper class for updates in TableParse. More...
class  casa::TableParseSelect
 Select-class for flex/bison scanner/parser for TableParse. More...
class  casa::TableRecordRep
 The representation of a TableRecord. More...
class  casa::TableSyncData
 Class to hold table synchronization data. More...
class  casa::TabPath
 Search path for table files. More...
struct  casa::TabVecLogic_global_functions_vectorComparison
 Comparison between two table vectors. More...
struct  casa::TabVecLogic_global_functions_scalarComparison
 Comparison between a table vector and a scalar. More...
class  casa::TaQLNode
 Envelope class for a node in the raw TaQL parse tree. More...
class  casa::TaQLConstNode
 Envelope class for a node containing a constant value. More...
class  casa::TaQLMultiNode
 Envelope class for a node containing a select command. More...
class  casa::TaQLSelectNode
 Envelope class for a node containing a list of nodes. More...
class  casa::TaQLConstNodeRep
 Raw TaQL parse tree node defining a constant value. More...
class  casa::TaQLUnaryNodeRep
 Raw TaQL parse tree node defining a unary operator. More...
class  casa::TaQLBinaryNodeRep
 Raw TaQL parse tree node defining a binary operator. More...
class  casa::TaQLMultiNodeRep
 Raw TaQL parse tree node defining a list of nodes. More...
class  casa::TaQLFuncNodeRep
 Raw TaQL parse tree node defining a function. More...
class  casa::TaQLRangeNodeRep
 Raw TaQL parse tree node defining a range. More...
class  casa::TaQLIndexNodeRep
 Raw TaQL parse tree node defining an index in a array. More...
class  casa::TaQLJoinNodeRep
 Raw TaQL parse tree node defining a join operation. More...
class  casa::TaQLKeyColNodeRep
 Raw TaQL parse tree node defining a keyword or column. More...
class  casa::TaQLTableNodeRep
 Raw TaQL parse tree node defining a table. More...
class  casa::TaQLColNodeRep
 Raw TaQL parse tree node defining a select column expression. More...
class  casa::TaQLColumnsNodeRep
 Raw TaQL parse tree node defining a select column list. More...
class  casa::TaQLSortKeyNodeRep
 Raw TaQL parse tree node defining a sort key. More...
class  casa::TaQLSortNodeRep
 Raw TaQL parse tree node defining a sort list. More...
class  casa::TaQLLimitOffNodeRep
 Raw TaQL parse tree node defining a limit/offset expression. More...
class  casa::TaQLGivingNodeRep
 Raw TaQL parse tree node defining a giving expression list. More...
class  casa::TaQLUpdExprNodeRep
 Raw TaQL parse tree node defining a column update expression. More...
class  casa::TaQLSelectNodeRep
 Raw TaQL parse tree node defining a select command. More...
class  casa::TaQLUpdateNodeRep
 Raw TaQL parse tree node defining an update command. More...
class  casa::TaQLInsertNodeRep
 Raw TaQL parse tree node defining an insert command. More...
class  casa::TaQLDeleteNodeRep
 Raw TaQL parse tree node defining a delete command. More...
class  casa::TaQLCalcNodeRep
 Raw TaQL parse tree node defining a calc command. More...
class  casa::TaQLCreTabNodeRep
 Raw TaQL parse tree node defining a create table command. More...
class  casa::TaQLColSpecNodeRep
 Raw TaQL parse tree node defining a create column specification. More...
class  casa::TaQLRecFldNodeRep
 Raw TaQL parse tree node defining a record field. More...
class  casa::TaQLUnitNodeRep
 Raw TaQL parse tree node defining a unit. More...
class  casa::TaQLNodeHandler
 Class to handle the nodes in the raw TaQL parse tree. More...
class  casa::TaQLNodeHRValue
 Class containing the result value of the handling of a TaQLNode. More...
class  casa::TaQLNodeRep
 Representation of a node in the raw TaQL parse tree. More...
class  casa::TaQLNodeResultRep
 Abstract base class to hold the result of a visit to the node tree. More...
class  casa::TaQLNodeResult
 Envelope class to hold the result of a visit to the node tree. More...
class  casa::TaQLNodeVisitor
 Class to visit the nodes in the raw TaQL parse tree. More...
class  casa::TaQLResult
 Class to hold the result of a TaQL command. More...
class  casa::TaQLStyle
 Class with static members defining the TaQL style. More...
class  casa::TiledFileHelper
 Helper class for tiled access to an array in a file. More...
class  casa::ROTiledStManAccessor
 Give access to some TiledStMan functions. More...
class  casa::TSMColumn
 A column in the Tiled Storage Manager. More...
class  casa::TSMCoordColumn
 A coordinate column in Tiled Storage Manager. More...
class  casa::TSMCube
 Tiled hypercube in a table. More...
class  casa::TSMDataColumn
 A data column in Tiled Storage Manager. More...
class  casa::TSMFile
 File object for Tiled Storage Manager. More...
class  casa::TSMIdColumn
 An id column in Tiled Storage Manager. More...
class  casa::TSMShape
 Expanded IPosition for shapes. More...
struct  casa::TVec_global_functions_enum
 Enumeration of possible table vectors. More...
class  casa::TabVecRep< T >
 Templated base class for table vectors. More...
struct  casa::TVecLogic_global_functions_vectorComparison
 Comparison between two table vectors. More...
struct  casa::TVecLogic_global_functions_scalarComparison
 Comparison between a table vector and a scalar. More...
struct  casa::TVecMath_global_functions_basicMath
 Basic math for table vectors. More...
struct  casa::TVecMath_global_functions_basicTransMath
 Transcendental math for table vectors. More...
struct  casa::TVecMath_global_functions_advTransMath
 Further transcendental math for table vectors. More...
struct  casa::TVecMath_global_functions_miscellaneous
 Miscellaneous table vector operations. More...
struct  casa::TVecMath_global_functions_vectorMath
 Vector operations on a table vector. More...
class  casa::TabVecScaCol< T >
 Templated table scalar column vectors. More...
class  casa::TabVecTemp< T >
 Templated table vectors held in memory as a temporary. More...
class  casa::VirtualArrayColumn< T >
 Templated base class for virtual array column. More...
class  casa::VirtualColumnEngine
 Abstract base class for virtual column handling. More...
class  casa::VirtualScalarColumn< T >
 Templated base class for virtual scalar column. More...


Generated on Tue Aug 26 22:25:17 2008 for NRAOCASA by  doxygen 1.5.1