CBMC
|
#include <smt_logics.h>
Classes | |
class | storert |
Class for adding the ability to up and down cast smt_logict to and from irept. More... | |
Public Member Functions | |
smt_logict ()=delete | |
bool | operator== (const smt_logict &) const |
bool | operator!= (const smt_logict &) const |
void | accept (smt_logic_const_downcast_visitort &) const |
void | accept (smt_logic_const_downcast_visitort &&) const |
std::string | pretty (unsigned indent=0, unsigned max_indent=0) const |
Definition at line 10 of file smt_logics.h.
|
delete |
void smt_logict::accept | ( | smt_logic_const_downcast_visitort && | visitor | ) | const |
Definition at line 40 of file smt_logics.cpp.
void smt_logict::accept | ( | smt_logic_const_downcast_visitort & | visitor | ) | const |
Definition at line 35 of file smt_logics.cpp.
|
protecteddefault |
bool smt_logict::operator!= | ( | const smt_logict & | other | ) | const |
Definition at line 17 of file smt_logics.cpp.
bool smt_logict::operator== | ( | const smt_logict & | other | ) | const |
Definition at line 12 of file smt_logics.cpp.