summaryrefslogtreecommitdiff
path: root/src/util/subrange_bound.i
blob: 6b02414ab84da94bef122fab4af8b3b75749b4ae (plain)
1
2
3
4
5
6
7
8
9
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