FuzzyControlLanguageParserBase< CharType >::RuleBlockState Struct Reference

Parser state that handles rule blocks. More...

#include <FuzzyControlLanguageParser.h>

Inheritance diagram for FuzzyControlLanguageParserBase< CharType >::RuleBlockState:
FuzzyControlLanguageParserBase< CharType >::State

List of all members.

Public Member Functions

 RuleBlockState (FuzzyControlLanguageParserBase< CharType > &parent)
bool operator() (const CharType &c)

Detailed Description

template<typename CharType>
struct FuzzyControlLanguageParserBase< CharType >::RuleBlockState

Parser state that handles rule blocks.

Definition at line 231 of file FuzzyControlLanguageParser.h.


Constructor & Destructor Documentation

template<typename CharType>
FuzzyControlLanguageParserBase< CharType >::RuleBlockState::RuleBlockState ( FuzzyControlLanguageParserBase< CharType > &  parent  )  [inline]

Definition at line 232 of file FuzzyControlLanguageParser.h.


Member Function Documentation

template<typename CharType>
bool FuzzyControlLanguageParserBase< CharType >::RuleBlockState::operator() ( const CharType &  c  )  [inline, virtual]

The documentation for this struct was generated from the following file: