casa
$Rev:20696$
|
Parameters to indicate what driver should be used for the table backend. More...
#include <TBTable.h>
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). |
Parameters to indicate what driver should be used for the table backend.
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.
casa::DriverParams::DriverParams | ( | Driver | t = DIRECT , |
Parser | p = XERCES_SAX |
||
) | [inline] |
casa::DriverParams::DriverParams | ( | DriverParams * | dp | ) | [inline] |