casa
5.7.0-16
|
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... | |
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.
|
inline |
|
inline |
tb::Parser casa::DriverParams::parser |
tb::Driver casa::DriverParams::type |