summaryrefslogtreecommitdiff
path: root/src/util/pseudoboolean.i
blob: 78c373aa118e5305f5bc3fc5aba2774a366863ea (plain)
1
2
3
4
5
6
7
8
9
10
11
%{
#include "util/pseudoboolean.h"
%}

%rename(toBool) CVC4::Pseudoboolean::operator bool() const;
%rename(toInt) CVC4::Pseudoboolean::operator int() const;
%rename(toInteger) CVC4::Pseudoboolean::operator CVC4::Integer() const;

%ignore CVC4::operator<<(std::ostream&, CVC4::Pseudoboolean);

%include "util/pseudoboolean.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback