ROSE
0.11.22.0
|
Predicate for matching cells.
Definition at line 38 of file MemoryCell.h.
#include <MemoryCell.h>
Public Member Functions | |
virtual bool | operator() (const MemoryCellPtr &) const =0 |
Invoked for some cell. More... | |
|
pure virtual |
Invoked for some cell.
The predicate must not modify the cell.
Implemented in Rose::BinaryAnalysis::InstructionSemantics2::BaseSemantics::MemoryCell::NonWrittenCells, and Rose::BinaryAnalysis::InstructionSemantics2::BaseSemantics::MemoryCell::AllCells.