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

Parameters to indicate what driver should be used for the table backend. More...

#include <TBTable.h>

List of all members.

Public Member Functions

 DriverParams (Driver t=DIRECT, Parser p=XERCES_SAX)
 Default Constructor.
 DriverParams (DriverParams *dp)
 Copy Constructor.

Public Attributes

Driver type
 Driver type.
Parser parser
 Parser type (for XML driver).

Detailed Description

Parameters to indicate what driver should be used for the table backend.

Synopsis

The DriverParams consist of two parameters: the driver type and (if applicable) the parser type. The parser type is only used for the XML driver.

Definition at line 66 of file TBTable.h.


Constructor & Destructor Documentation

Default Constructor.

Definition at line 69 of file TBTable.h.

Copy Constructor.

Definition at line 73 of file TBTable.h.


Member Data Documentation

Parser type (for XML driver).

Definition at line 80 of file TBTable.h.

Driver type.

Definition at line 77 of file TBTable.h.


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