summaryrefslogtreecommitdiff
path: root/src/util/sexpr.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sexpr.i')
-rw-r--r--src/util/sexpr.i22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/util/sexpr.i b/src/util/sexpr.i
deleted file mode 100644
index 3c865c097..000000000
--- a/src/util/sexpr.i
+++ /dev/null
@@ -1,22 +0,0 @@
-%{
-#include "util/sexpr.h"
-%}
-
-%ignore CVC4::operator<<(std::ostream&, const SExpr&);
-%ignore CVC4::operator<<(std::ostream&, SExpr::SexprTypes);
-%ignore CVC4::operator<<(std::ostream&, PrettySExprs);
-
-// for Java and the like
-%extend CVC4::SExpr {
- std::string toString() const { return self->getValue(); }
-};/* CVC4::SExpr */
-
-%ignore CVC4::SExpr::SExpr(int);
-%ignore CVC4::SExpr::SExpr(unsigned int);
-%ignore CVC4::SExpr::SExpr(unsigned long);
-%ignore CVC4::SExpr::SExpr(const char*);
-
-%rename(equals) CVC4::SExpr::operator==(const SExpr&) const;
-%ignore CVC4::SExpr::operator!=(const SExpr&) const;
-
-%include "util/sexpr.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback