summaryrefslogtreecommitdiff
path: root/src/util/regexp.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/regexp.i')
-rw-r--r--src/util/regexp.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/regexp.i b/src/util/regexp.i
index 9f9826663..afc51abd7 100644
--- a/src/util/regexp.i
+++ b/src/util/regexp.i
@@ -16,19 +16,9 @@
%rename(greater) CVC4::String::operator>(const String&) const;
%rename(greaterEqual) CVC4::String::operator>=(const String&) const;
-%rename(assign) CVC4::RegExp::operator=(const RegExp&);
-%rename(equals) CVC4::RegExp::operator==(const RegExp&) const;
-%ignore CVC4::RegExp::operator!=(const RegExp&) const;
-%rename(less) CVC4::RegExp::operator<(const RegExp&) const;
-%rename(lessEqual) CVC4::RegExp::operator<=(const RegExp&) const;
-%rename(greater) CVC4::RegExp::operator>(const RegExp&) const;
-%rename(greaterEqual) CVC4::RegExp::operator>=(const RegExp&) const;
-
%rename(apply) CVC4::strings::StringHashFunction::operator()(const ::CVC4::String&) const;
-%rename(apply) CVC4::RegExpHashFunction::operator()(const RegExp&) const;
%ignore CVC4::operator<<(std::ostream&, const String&);
-%ignore CVC4::operator<<(std::ostream&, const RegExp&);
%apply int &OUTPUT { int &c };
%include "util/regexp.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback