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