summaryrefslogtreecommitdiff
path: root/src/util/integer.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/integer.i')
-rw-r--r--src/util/integer.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/integer.i b/src/util/integer.i
index bad6b196f..c8d2f7bdf 100644
--- a/src/util/integer.i
+++ b/src/util/integer.i
@@ -5,6 +5,7 @@
%ignore CVC4::Integer::Integer(int);
%ignore CVC4::Integer::Integer(unsigned int);
%ignore CVC4::Integer::Integer(const std::string&);
+%ignore CVC4::Integer::Integer(const std::string&, unsigned int);
%rename(assign) CVC4::Integer::operator=(const Integer&);
%rename(equals) CVC4::Integer::operator==(const Integer&) const;
@@ -25,6 +26,8 @@
%rename(greater) CVC4::Integer::operator>(const Integer&) const;
%rename(greaterEqual) CVC4::Integer::operator>=(const Integer&) const;
+%rename(apply) CVC4::IntegerHashFunction::operator()(const CVC4::Integer&) const;
+
%ignore CVC4::operator<<(std::ostream&, const Integer&);
%include "util/integer.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback