Dynamically create emptiness checks. Given their name and options.
More...
#include <spot/twaalgos/emptiness.hh>
Dynamically create emptiness checks. Given their name and options.
◆ emptiness_check_instantiator()
| spot::emptiness_check_instantiator::emptiness_check_instantiator |
( |
option_map |
o, |
|
|
void * |
i |
|
) |
| |
|
protected |
Construct an instantiator from options and implementation info.
◆ instantiate()
Actually instantiate the emptiness check, for a.
◆ max_sets()
| unsigned int spot::emptiness_check_instantiator::max_sets |
( |
| ) |
const |
Maximum number of acceptance conditions supported by the emptiness check.
- Returns
-1U if no upper bound exists.
◆ min_sets()
| unsigned int spot::emptiness_check_instantiator::min_sets |
( |
| ) |
const |
Minimum number of acceptance sets supported by the emptiness check.
◆ options() [1/2]
| option_map& spot::emptiness_check_instantiator::options |
( |
| ) |
|
|
inline |
◆ options() [2/2]
| const option_map& spot::emptiness_check_instantiator::options |
( |
| ) |
const |
|
inline |
◆ info_
| void* spot::emptiness_check_instantiator::info_ |
|
protected |
Opaque pointer to implementation-specific data.
◆ o_
The documentation for this class was generated from the following file: