Inferno
0.2
|
#include <transformation.hpp>
Public Member Functions | |
virtual bool | IsMatch (TreePtr< Node > context, TreePtr< Node > root)=0 |
bool | IsMatch (TreePtr< Node > root) |
Definition at line 95 of file transformation.hpp.
virtual bool Filter::IsMatch | ( | TreePtr< Node > | context, |
TreePtr< Node > | root | ||
) | [pure virtual] |
Implemented in CompareReplace, and UniqueFilter.
Referenced by Walk_iterator::AdvanceInto(), Walk_iterator::DoNodeFilter(), and IsMatch().
bool Filter::IsMatch | ( | TreePtr< Node > | root | ) | [inline] |
Definition at line 102 of file transformation.hpp.
References IsMatch().