|
spot 2.16
|
A filter for iterating over edge labels compatible with a given BDD condition. More...
#include <spot/twaalgos/split.hh>
Classes | |
| class | iterator |
| Iterator over edge labels compatible with the filter's BDD condition. More... | |
Public Member Functions | |
| edge_separator_filter (const std::vector< bdd > &labels, bdd cond) | |
| Construct a filter from the given label basis and condition. | |
| iterator | begin () const |
| Return an iterator to the first matching label. | |
| std::vector< bdd >::const_iterator | end () const |
| Return an iterator past the last label. | |
A filter for iterating over edge labels compatible with a given BDD condition.
|
inline |
Construct a filter from the given label basis and condition.
|
inline |
Return an iterator to the first matching label.
|
inline |
Return an iterator past the last label.
1.9.8