Inheritance diagram for lfc::RegexpPattern::OrPatternBlock::
Public Methods | |
OrPatternBlock (RegexpPatternBlock *left, RegexpPatternBlock *right) throw () | |
virtual bool | doMatch (PutbackTextInput &in, RegexpMatch &match, int offset) |
Protected Attributes | |
RegexpPatternBlock * | m_left |
RegexpPatternBlock * | m_right |
|
|
|
Reimplemented from lfc::RegexpPattern::RegexpPatternBlock. |
|
|
|
|