Parser state that handles rule blocks. More...
#include <FuzzyControlLanguageParser.h>
Public Member Functions | |
| RuleBlockState (FuzzyControlLanguageParserBase< CharType > &parent) | |
| bool | operator() (const CharType &c) |
Parser state that handles rule blocks.
Definition at line 231 of file FuzzyControlLanguageParser.h.
| FuzzyControlLanguageParserBase< CharType >::RuleBlockState::RuleBlockState | ( | FuzzyControlLanguageParserBase< CharType > & | parent | ) | [inline] |
Definition at line 232 of file FuzzyControlLanguageParser.h.
| bool FuzzyControlLanguageParserBase< CharType >::RuleBlockState::operator() | ( | const CharType & | c | ) | [inline, virtual] |
Implements FuzzyControlLanguageParserBase< CharType >::State.
Definition at line 235 of file FuzzyControlLanguageParser.h.