casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::DriverParams Class Reference

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

#include <TBTable.h>

Public Member Functions

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

Public Attributes

tb::Driver type
 Driver type. More...
 
tb::Parser parser
 Parser type (for XML driver). More...
 

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 62 of file TBTable.h.

Constructor & Destructor Documentation

casa::DriverParams::DriverParams ( tb::Driver  t = tb::DIRECT,
tb::Parser  p = tb::XERCES_SAX 
)
inline

Default Constructor.

Definition at line 65 of file TBTable.h.

casa::DriverParams::DriverParams ( DriverParams dp)
inline

Copy Constructor.

Definition at line 69 of file TBTable.h.

Member Data Documentation

tb::Parser casa::DriverParams::parser

Parser type (for XML driver).

Definition at line 76 of file TBTable.h.

tb::Driver casa::DriverParams::type

Driver type.

Definition at line 73 of file TBTable.h.


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