|
Math Type Library (libmath++) 0.0.3
|
#include <matcher.h>
Protected Types | |
| typedef std::list< TMatch< T > * > | TList |
Protected Member Functions | |
| T2Match (TMatch< T > *ALeft, TMatch< T > *ARight) | |
Protected Attributes | |
| TList | FPatterns |
Additional Inherited Members | |
Public Member Functions inherited from math::TMatch< T > | |
| virtual bool | match (const TNode< T > *AExpr, TMatchRegistry< T > *AReg) const =0 |
T2Match is the base class for operators where the operands may be equivalent exchaned (+, *)
|
protected |
|
protected |