casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
casa::tb Namespace Reference

Enumerations

enum  Comparator {
  EQUALS,
  CONTAINS,
  BETWEEN,
  CONTAINSBT,
  LESSTHAN,
  CONTAINSLT,
  GREATERTHAN,
  CONTAINSGT
}
 Enum listing the possible types of comparisons that can be made in, for example, a filter rule. More...
 
enum  BooleanFormat {
  DEFAULT,
  TRUEFALSE,
  TF,
  B10
}
 Enum listing the format for boolean values: "true/false", "t/f", "1/0", etc. More...
 
enum  Driver { DIRECT }
 Enum to indicate the different driver types. More...
 
enum  Parser {
  HOME,
  XERCES_DOM,
  XERCES_SAX
}
 Enum to indicate the different parsers available for XML drivers. More...
 

Enumeration Type Documentation

Enum listing the format for boolean values: "true/false", "t/f", "1/0", etc.

Enumerator
DEFAULT 
TRUEFALSE 
TF 
B10 

Definition at line 67 of file TBConstants.h.

Enum listing the possible types of comparisons that can be made in, for example, a filter rule.

Enumerator
EQUALS 
CONTAINS 
BETWEEN 
CONTAINSBT 
LESSTHAN 
CONTAINSLT 
GREATERTHAN 
CONTAINSGT 

Definition at line 61 of file TBConstants.h.

Enum to indicate the different driver types.

Enumerator
DIRECT 

Definition at line 72 of file TBConstants.h.

Enum to indicate the different parsers available for XML drivers.

Enumerator
HOME 
XERCES_DOM 
XERCES_SAX 

Definition at line 77 of file TBConstants.h.