#include <regexp.h>
Definition at line 235 of file regexp.h.
CVC4::RegExp::RegExp |
( |
const std::string |
s | ) |
|
|
inline |
CVC4::RegExp::~RegExp |
( |
| ) |
|
|
inline |
size_t CVC4::RegExp::hash |
( |
| ) |
const |
|
inline |
bool CVC4::RegExp::operator!= |
( |
const RegExp & |
y | ) |
const |
|
inline |
bool CVC4::RegExp::operator< |
( |
const RegExp & |
y | ) |
const |
|
inline |
bool CVC4::RegExp::operator<= |
( |
const RegExp & |
y | ) |
const |
|
inline |
bool CVC4::RegExp::operator== |
( |
const RegExp & |
y | ) |
const |
|
inline |
bool CVC4::RegExp::operator> |
( |
const RegExp & |
y | ) |
const |
|
inline |
bool CVC4::RegExp::operator>= |
( |
const RegExp & |
y | ) |
const |
|
inline |
std::string CVC4::RegExp::toString |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: