Inferno
0.2
|
Filter that only matches each Node one time, then not again until Reset() is called. More...
#include <walk.hpp>
Public Member Functions | |
virtual bool | IsMatch (TreePtr< Node > context, TreePtr< Node > root) |
void | Reset () |
Public Attributes | |
Set< TreePtr< Node > > | seen |
bool UniqueFilter::IsMatch | ( | TreePtr< Node > | context, |
TreePtr< Node > | root | ||
) | [virtual] |
void UniqueFilter::Reset | ( | ) | [inline] |