| 
    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.   | |
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 153 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 162 of file RecordFieldWriter.h.