#include "smt_logics.h"
#include "smt_logics.def"
Go to the source code of this file.
|
#define | LOGIC_ID(the_id, the_name) const irep_idt ID_smt_logic_##the_id{"smt_logic_" #the_id}; |
|
#define | LOGIC_ID(the_id, the_name) |
|
#define | LOGIC_ID(the_id, the_name) |
|
◆ LOGIC_ID [1/3]
#define LOGIC_ID |
( |
|
the_id, |
|
|
|
the_name |
|
) |
| const irep_idt ID_smt_logic_##the_id{"smt_logic_" #the_id}; |
◆ LOGIC_ID [2/3]
#define LOGIC_ID |
( |
|
the_id, |
|
|
|
the_name |
|
) |
| |
Value: if(id == ID_smt_logic_##the_id) \
return visitor.visit(static_cast<const smt_logic_##the_id##t &>(logic));
Definition at line 45 of file smt_logics.cpp.
◆ LOGIC_ID [3/3]
#define LOGIC_ID |
( |
|
the_id, |
|
|
|
the_name |
|
) |
| |
Value: smt_logic_##the_id##t::smt_logic_##the_id##t() \
{ \
}
Definition at line 45 of file smt_logics.cpp.
◆ accept()
template<typename visitort >