casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::MultiRecordFieldWriter Class Reference

Multi field writer. More...

#include <RecordFieldWriter.h>

List of all members.

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.

Detailed Description

Multi field writer.

Copy many fields with a single call.

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd

Etymology

This class contains other copiers and copies multiple fields at a time.

Motivation

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.


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

Make faster by having the RecordFieldCopiers split out so straight copying is inline.

Definition at line 165 of file RecordFieldWriter.h.


The documentation for this class was generated from the following file: