
Iterator for DFA symbols. More...
#include <int.hh>
Public Member Functions | |
| Symbols (const DFA &d) | |
| Initialize to symbols of DFA d. | |
| bool | operator() (void) const |
| Test whether iterator still at a symbol. | |
| void | operator++ (void) |
| Move iterator to next symbol. | |
| int | val (void) const |
| Return current symbol. | |
Iterator for DFA symbols.
| Gecode::DFA::Symbols::Symbols | ( | const DFA & | d | ) | [inline] |
| bool Gecode::DFA::Symbols::operator() | ( | void | ) | const [inline] |
| void Gecode::DFA::Symbols::operator++ | ( | void | ) | [inline] |
| int Gecode::DFA::Symbols::val | ( | void | ) | const [inline] |