|
cprover
|
#include <smt2_parser.h>
Public Member Functions | |
| signature_with_parameter_idst (const typet &_type) | |
| signature_with_parameter_idst (const typet &_type, const std::vector< irep_idt > &_parameters) | |
| std::vector< std::pair< irep_idt, typet > > | ids_and_types () const |
| binding_exprt::variablest | binding_variables () const |
Public Attributes | |
| typet | type |
| std::vector< irep_idt > | parameters |
Definition at line 101 of file smt2_parser.h.
|
inlineexplicit |
Definition at line 106 of file smt2_parser.h.
|
inline |
Definition at line 110 of file smt2_parser.h.
|
inline |
Definition at line 139 of file smt2_parser.h.
|
inline |
Definition at line 123 of file smt2_parser.h.
| std::vector<irep_idt> smt2_parsert::signature_with_parameter_idst::parameters |
Definition at line 104 of file smt2_parser.h.
| typet smt2_parsert::signature_with_parameter_idst::type |
Definition at line 103 of file smt2_parser.h.