#include <casacore/casa/aips.h>
#include <casacore/casa/Containers/Record.h>
#include <casacore/casa/Utilities/Notice.h>
Go to the source code of this file.
|
| casacore |
| this file contains all the compiler specific defines
|
|
|
void | casacore::defineRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType type, const void *value) |
|
void | casacore::defineRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType, const TableRecord *value) |
|
void * | casacore::attachRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType type, const void *) |
| This function attaches a RecordFieldPtr object. More...
|
|
void * | casacore::attachRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType, const Table *) |
| Specialization for a Table field (which cannot be used). More...
|
|
void * | casacore::attachRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType, const Record *) |
| Specialization for a Record field. More...
|
|
void * | casacore::attachRecordFieldPtr (RecordInterface *parent, Int fieldNumber, DataType, const TableRecord *) |
| Specialization for a TableRecord field. More...
|
|