casacore
|
Record field writer. Base class for the copiers. More...
#include <RecordFieldWriter.h>
Public Member Functions | |
virtual | ~RecordFieldWriter () |
virtual void | writeField ()=0 |
Record field writer. Base class for the copiers.
Internal
These classes write values to a field or fields in a record.
These classes are used in the ms2sdfits conversion code. It might be better if they were moved there.
It was useful to set up a number of copiers and invoke them as appropriate via a single function call. Some copiers may be more complicate than a direct field to field copy.
Definition at line 66 of file RecordFieldWriter.h.
|
virtual |
|
pure virtual |
Implemented in casacore::UnequalShapeCopier< T >, and casacore::RecordFieldCopier< outType, inType >.