casacore
|
#include <MSTable.h>
Public Member Functions | |
Int | columnType (const String &name) const |
Convert a name to a ColEnum or KeyEnum. More... | |
Int | keywordType (const String &name) const |
Int | mapType (const std::map< Int, String > &, const String &name) const |
Public Attributes | |
std::map< Int, String > | columnMap_p |
ColEnum -> name. More... | |
std::map< Int, Int > | colDTypeMap_p |
ColEnum -> DataType. More... | |
std::map< Int, String > | colCommentMap_p |
ColEnum -> comment string. More... | |
std::map< Int, String > | colUnitMap_p |
ColEnum -> UNIT string. More... | |
std::map< Int, String > | colMeasureTypeMap_p |
ColEnum -> MEASURE_TYPE string. More... | |
std::map< Int, String > | keywordMap_p |
KeyEnum -> name. More... | |
std::map< Int, Int > | keyDTypeMap_p |
KeyEnum -> DataType. More... | |
std::map< Int, String > | keyCommentMap_p |
KeyEnum -> comment string. More... | |
TableDesc | requiredTD_p |
The required TableDesc. More... | |
Convert a name to a ColEnum or KeyEnum.
Definition at line 73 of file MSTable.h.
References columnMap_p, and mapType().
Definition at line 75 of file MSTable.h.
References keywordMap_p, and mapType().
Referenced by columnType(), and keywordType().
ColEnum -> comment string.
Definition at line 58 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::columnStandardComment().
ColEnum -> DataType.
Definition at line 56 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::columnDataType().
ColEnum -> MEASURE_TYPE string.
Definition at line 62 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::columnMeasureType().
ColEnum -> name.
Definition at line 54 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::columnName(), and columnType().
ColEnum -> UNIT string.
Definition at line 60 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::columnUnit().
KeyEnum -> comment string.
Definition at line 68 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::keywordStandardComment().
KeyEnum -> DataType.
Definition at line 66 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::keywordDataType().
KeyEnum -> name.
Definition at line 64 of file MSTable.h.
Referenced by casacore::MSTable< MSEnum >::keywordName(), and keywordType().
TableDesc casacore::MSTableMaps::requiredTD_p |