Envelope class for a node containing a constant regex value. More...
#include <TaQLNode.h>
Public Member Functions | |
TaQLRegexNode (TaQLRegexNodeRep *rep) | |
const String & | getString () const |
Bool | caseInsensitive () const |
Bool | negate () const |
Private Attributes | |
TaQLRegexNodeRep * | itsNRep |
Envelope class for a node containing a constant regex value.
Internal
This is a specialization of the envelope class TaQLNode for a node containing a constant regex or pattern value.
Definition at line 200 of file TaQLNode.h.
casacore::TaQLRegexNode::TaQLRegexNode | ( | TaQLRegexNodeRep * | rep | ) | [explicit] |
Bool casacore::TaQLRegexNode::caseInsensitive | ( | ) | const |
const String& casacore::TaQLRegexNode::getString | ( | ) | const |
Bool casacore::TaQLRegexNode::negate | ( | ) | const |
TaQLRegexNodeRep* casacore::TaQLRegexNode::itsNRep [private] |
Definition at line 208 of file TaQLNode.h.