|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
This is the complete list of members for teditor::parser::NFA, including all inherited members.
| areActiveStatesEmpty() const | teditor::parser::NFA | inline |
| find(const std::string &str, size_t start=0, size_t end=0) | teditor::parser::NFA | |
| findAny(const std::string &str, size_t &matchStartPos, size_t start=0, size_t end=0) | teditor::parser::NFA | |
| getMatchPos() const | teditor::parser::NFA | inline |
| isMatch(bool lastStateRemaining=false) const | teditor::parser::NFA | |
| NFA(const std::string ®) | teditor::parser::NFA | |
| NoMatch | teditor::parser::NFA | static |
| reset() | teditor::parser::NFA | |
| step(char c, const Point &pos) | teditor::parser::NFA | |
| ~NFA() | teditor::parser::NFA | inline |
1.8.17