#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 |
T2Match is the base class for operators where the operands may be equivalent exchaned (+, *)
Definition at line 95 of file matcher.h.