#include <Variables.h>
Definition at line 13 of file Variables.h.
◆ all()
◆ apply() [1/2]
bool carl::variable_type_filter::apply |
( |
Variable |
v | ) |
const |
|
inline |
◆ apply() [2/2]
bool carl::variable_type_filter::apply |
( |
VariableType |
v | ) |
const |
|
inline |
◆ arithmetic()
static auto carl::variable_type_filter::arithmetic |
( |
| ) |
|
|
inlinestatic |
◆ bitvector()
static auto carl::variable_type_filter::bitvector |
( |
| ) |
|
|
inlinestatic |
◆ boolean()
static auto carl::variable_type_filter::boolean |
( |
| ) |
|
|
inlinestatic |
◆ excluding()
◆ integer()
static auto carl::variable_type_filter::integer |
( |
| ) |
|
|
inlinestatic |
◆ only()
◆ real()
static auto carl::variable_type_filter::real |
( |
| ) |
|
|
inlinestatic |
◆ uninterpreted()
static auto carl::variable_type_filter::uninterpreted |
( |
| ) |
|
|
inlinestatic |
◆ filter_bitvector
bool carl::variable_type_filter::filter_bitvector = true |
|
private |
◆ filter_bool
bool carl::variable_type_filter::filter_bool = true |
|
private |
◆ filter_int
bool carl::variable_type_filter::filter_int = true |
|
private |
◆ filter_real
bool carl::variable_type_filter::filter_real = true |
|
private |
◆ filter_uninterpreted
bool carl::variable_type_filter::filter_uninterpreted = true |
|
private |
The documentation for this class was generated from the following file: