summaryrefslogtreecommitdiff
path: root/src/expr/array_store_all.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/array_store_all.i')
-rw-r--r--src/expr/array_store_all.i17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/expr/array_store_all.i b/src/expr/array_store_all.i
new file mode 100644
index 000000000..b66e4a178
--- /dev/null
+++ b/src/expr/array_store_all.i
@@ -0,0 +1,17 @@
+%{
+#include "expr/array_store_all.h"
+%}
+
+%rename(equals) CVC4::ArrayStoreAll::operator==(const ArrayStoreAll&) const;
+%ignore CVC4::ArrayStoreAll::operator!=(const ArrayStoreAll&) const;
+%rename(less) CVC4::ArrayStoreAll::operator<(const ArrayStoreAll&) const;
+%rename(lessEqual) CVC4::ArrayStoreAll::operator<=(const ArrayStoreAll&) const;
+%rename(greater) CVC4::ArrayStoreAll::operator>(const ArrayStoreAll&) const;
+%rename(greaterEqual) CVC4::ArrayStoreAll::operator>=(const ArrayStoreAll&) const;
+
+%rename(apply) CVC4::ArrayStoreAllHashFunction::operator()(const ArrayStoreAll&) const;
+
+%ignore CVC4::operator<<(std::ostream&, const ArrayStoreAll&);
+
+%include "expr/type.i"
+%include "expr/array_store_all.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback