A filter for iterating over edge labels compatible with a given BDD condition.
More...
#include <spot/twaalgos/split.hh>
|
| class | iterator |
| | Iterator over edge labels compatible with the filter's BDD condition. More...
|
| |
|
| | edge_separator_filter (const std::vector< bdd > &labels, bdd cond) |
| | Construct a filter from the given label basis and condition. More...
|
| |
| iterator | begin () const |
| | Return an iterator to the first matching label. More...
|
| |
| std::vector< bdd >::const_iterator | end () const |
| | Return an iterator past the last label. More...
|
| |
template<bool subsumed>
struct spot::edge_separator_filter< subsumed >
A filter for iterating over edge labels compatible with a given BDD condition.
◆ edge_separator_filter()
Construct a filter from the given label basis and condition.
◆ begin()
Return an iterator to the first matching label.
◆ end()
Return an iterator past the last label.
The documentation for this struct was generated from the following file: