#include <walker_utils.h>
Inheritance diagram for CollectWalker:
Public Methods | |
CollectWalker ( SuifEnv* env, const LString& the_type ) | |
list<SuifObject*> | get_hit_list () |
ApplyStatus | operator() (SuifObject* obj) = 0 |
Subclasses must override this to perform their actions. | |
Protected Attributes | |
list<SuifObject *> | _hit_list |
|
|
|
Subclasses must override this to perform their actions.
Reimplemented from SelectiveWalker.
Reimplemented in CollectWalkerT.
|