|
cprover
|
#include <smt_commands.h>
Inheritance diagram for smt_define_function_commandt:
Collaboration diagram for smt_define_function_commandt:Public Member Functions | |
| smt_define_function_commandt (irep_idt identifier, std::vector< smt_identifier_termt > parameters, smt_termt definition) | |
| const smt_identifier_termt & | identifier () const |
| std::vector< std::reference_wrapper< const smt_identifier_termt > > | parameters () const |
| const smt_sortt & | return_sort () const |
| const smt_termt & | definition () const |
Public Member Functions inherited from smt_commandt | |
| 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 65 of file smt_commands.h.
| smt_define_function_commandt::smt_define_function_commandt | ( | irep_idt | identifier, |
| std::vector< smt_identifier_termt > | parameters, | ||
| smt_termt | definition ) |
Definition at line 82 of file smt_commands.cpp.
Definition at line 121 of file smt_commands.cpp.
| const smt_identifier_termt & smt_define_function_commandt::identifier | ( | ) | const |
Definition at line 101 of file smt_commands.cpp.
| std::vector< std::reference_wrapper< const smt_identifier_termt > > smt_define_function_commandt::parameters | ( | ) | const |
Definition at line 108 of file smt_commands.cpp.
Definition at line 116 of file smt_commands.cpp.