summaryrefslogtreecommitdiff
path: root/src/expr/command.i
blob: 3a029b785476f2962da836646988354fb7ec7aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%{
#include "expr/command.h"
%}

%ignore CVC4::operator<<(std::ostream&, const Command&);
%ignore CVC4::operator<<(std::ostream&, const Command*);
%ignore CVC4::operator<<(std::ostream&, BenchmarkStatus status);

%rename(beginConst) CVC4::CommandSequence::begin() const;
%rename(endConst) CVC4::CommandSequence::end() const;

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