CBMC
|
#include <smt_responses.h>
Classes | |
class | storert |
Class for adding the ability to up and down cast smt_check_sat_response_kindt to and from irept. More... | |
Public Member Functions | |
smt_check_sat_response_kindt ()=delete | |
bool | operator== (const smt_check_sat_response_kindt &) const |
bool | operator!= (const smt_check_sat_response_kindt &) const |
template<typename sub_classt > | |
const sub_classt * | cast () const & |
std::string | pretty (unsigned indent=0, unsigned max_indent=0) const |
Definition at line 35 of file smt_responses.h.
|
delete |
const sub_classt * smt_check_sat_response_kindt::cast | ( | ) | const & |
|
protecteddefault |
bool smt_check_sat_response_kindt::operator!= | ( | const smt_check_sat_response_kindt & | other | ) | const |
Definition at line 48 of file smt_responses.cpp.
bool smt_check_sat_response_kindt::operator== | ( | const smt_check_sat_response_kindt & | other | ) | const |
Definition at line 42 of file smt_responses.cpp.