104 Clause(
const Clause &);
105 Clause &operator=(
const Clause &);
108 Clause(
const int oper,
rvalue *a1, rvalue_list *rv);
109 Clause(bool_func func, rvalue_list *rv);
110 Clause(btp_func func, rvalue_list *rv);
The basic data type for the DODS DAP types.
top level DAP object to house generic methods
bool value_clause()
Return true if the clause returns a value in a BaseType pointer.
bool boolean_clause()
Return true if the clause returns a boolean value.
bool value(DDS &dds)
Evaluate a clause which returns a boolean value This method must only be evaluated for clauses with r...
bool OK()
Checks the "representation invariant" of a clause.