| casacore
    | 
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.  More... | |
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.
| casacore::MultiRecordFieldWriter::~MultiRecordFieldWriter | ( | ) | 
| void casacore::MultiRecordFieldWriter::addWriter | ( | RecordFieldWriter * | fromNew | ) | 
| void casacore::MultiRecordFieldWriter::copy | ( | ) | 
| 
 | private | 
Make faster by having the RecordFieldCopiers split out so straight copying is inline.
Definition at line 165 of file RecordFieldWriter.h.
 1.8.5
 1.8.5