summaryrefslogtreecommitdiff
path: root/src/util/hash.i
blob: 470447fc3d1d2fbd887f5681e39df36d50ab66fb (plain)
1
2
3
4
5
6
7
%{
#include "util/hash.h"
%}

%rename(apply) CVC4::StringHashFunction::operator()(const std::string&) const;

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