summaryrefslogtreecommitdiff
path: root/src/util/subrange_bound.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/subrange_bound.i')
-rw-r--r--src/util/subrange_bound.i10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/subrange_bound.i b/src/util/subrange_bound.i
new file mode 100644
index 000000000..6b02414ab
--- /dev/null
+++ b/src/util/subrange_bound.i
@@ -0,0 +1,10 @@
+%{
+#include "util/subrange_bound.h"
+%}
+
+%rename(equals) CVC4::SubrangeBound::operator==(const SubrangeBound&) const;
+%ignore CVC4::SubrangeBound::operator!=(const SubrangeBound&) const;
+
+%ignore CVC4::operator<<(std::ostream&, const SubrangeBound&);
+
+%include "util/subrange_bound.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback