* src/tgba/succiter.hh (current_state, current_conditions
current_accepting_conditions): Mark as const. * src/tgba/succiterconcrete.cc, src/tgba/succiterconcrete.hh, src/tgba/tgbaexplicit.cc, src/tgba/tgbaexplicit.hh, src/tgba/tgbaproduct.cc, src/tgba/tgbaproduct.hh, src/tgba/tgbatranslateproxy.cc, src/tgba/tgbatranslateproxy.hh: Likewise.
This commit is contained in:
parent
aaeb297aed
commit
c96af6251a
10 changed files with 35 additions and 27 deletions
|
|
@ -20,9 +20,9 @@ namespace spot
|
|||
bool done() const;
|
||||
|
||||
// inspection
|
||||
state* current_state();
|
||||
bdd current_condition();
|
||||
bdd current_accepting_conditions();
|
||||
state* current_state() const;
|
||||
bdd current_condition() const;
|
||||
bdd current_accepting_conditions() const;
|
||||
protected:
|
||||
tgba_succ_iterator* iter_;
|
||||
bddPair* rewrite_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue