|
Math Type Library (libmath++) 0.0.3
|
Public Member Functions | |
| TPlusMatch (TMatch< T > *ALeft, TMatch< T > *ARight,...) | |
| virtual bool | match (const TNode< T > *AExpr, TMatchRegistry< T > *AReg) const |
| virtual bool | match (const TNode< T > *AExpr, TMatchRegistry< T > *AReg) const =0 |
Additional Inherited Members | |
Protected Types inherited from math::T2Match< T > | |
| typedef std::list< TMatch< T > * > | TList |
Protected Member Functions inherited from math::T2Match< T > | |
| T2Match (TMatch< T > *ALeft, TMatch< T > *ARight) | |
Protected Attributes inherited from math::T2Match< T > | |
| TList | FPatterns |
|
virtual |
Implements math::TMatch< T >.