casa
$Rev:20696$
|
Multi field writer. More...
#include <RecordFieldWriter.h>
Public Member Functions | |
void | addWriter (RecordFieldWriter *fromNew) |
void | copy () |
~MultiRecordFieldWriter () | |
Private Attributes | |
PtrBlock< RecordFieldWriter * > | writers_p |
Make faster by having the RecordFieldCopiers split out so straight copying is inline. |
Multi field writer.
Copy many fields with a single call.
Internal
This class contains other copiers and copies multiple fields at a time.
It was useful to set up a number of copiers and invoke them as appropriate via a single function call.
Definition at line 156 of file RecordFieldWriter.h.
void casa::MultiRecordFieldWriter::addWriter | ( | RecordFieldWriter * | fromNew | ) |
void casa::MultiRecordFieldWriter::copy | ( | ) |
Make faster by having the RecordFieldCopiers split out so straight copying is inline.
Definition at line 165 of file RecordFieldWriter.h.