CBMC
|
#include <smt_responses.h>
Public Member Functions | |
smt_responset ()=delete | |
bool | operator== (const smt_responset &) const |
bool | operator!= (const smt_responset &) const |
template<typename sub_classt > | |
const sub_classt * | cast () const & |
std::string | pretty (unsigned indent=0, unsigned max_indent=0) const |
Definition at line 10 of file smt_responses.h.
|
delete |
const sub_classt * smt_responset::cast | ( | ) | const & |
Definition at line 37 of file smt_responses.cpp.
|
protecteddefault |
bool smt_responset::operator!= | ( | const smt_responset & | other | ) | const |
Definition at line 19 of file smt_responses.cpp.
bool smt_responset::operator== | ( | const smt_responset & | other | ) | const |
Definition at line 14 of file smt_responses.cpp.