CBMC
|
#include <smt_commands.h>
Public Member Functions | |
smt_commandt ()=delete | |
bool | operator== (const smt_commandt &) const |
bool | operator!= (const smt_commandt &) const |
void | accept (smt_command_const_downcast_visitort &) const |
void | accept (smt_command_const_downcast_visitort &&) const |
std::string | pretty (unsigned indent=0, unsigned max_indent=0) const |
Definition at line 14 of file smt_commands.h.
|
delete |
void smt_commandt::accept | ( | smt_command_const_downcast_visitort && | visitor | ) | const |
Definition at line 199 of file smt_commands.cpp.
void smt_commandt::accept | ( | smt_command_const_downcast_visitort & | visitor | ) | const |
Definition at line 194 of file smt_commands.cpp.
|
protecteddefault |
bool smt_commandt::operator!= | ( | const smt_commandt & | other | ) | const |
Definition at line 20 of file smt_commands.cpp.
bool smt_commandt::operator== | ( | const smt_commandt & | other | ) | const |
Definition at line 15 of file smt_commands.cpp.