ROSE
0.9.6a
|
Visitor for traversing a memory map. More...
#include <MemoryMap.h>
Public Member Functions | |
virtual | ~Visitor () |
virtual bool | operator() (const MemoryMap *, const Extent &, const Segment &)=0 |
Visitor for traversing a memory map.
The return value is used when the visitor is employed by the prune() method.
Definition at line 412 of file MemoryMap.h.
|
inlinevirtual |
Definition at line 414 of file MemoryMap.h.
|
pure virtual |