ROSE 0.11.145.141
Public Member Functions | List of all members
Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::AllCells Class Reference

Description

Predicate that always returns true.

Definition at line 55 of file MemoryCell.h.

#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/MemoryCell.h>

Inheritance diagram for Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::AllCells:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::AllCells:
Collaboration graph
[legend]

Public Member Functions

virtual bool operator() (const MemoryCellPtr &) override
 Invoked for some cell.
 

Member Function Documentation

◆ operator()()

virtual bool Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::AllCells::operator() ( const MemoryCellPtr )
inlineoverridevirtual

Invoked for some cell.

The predicate must not modify the cell.

Implements Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::Predicate.

Definition at line 57 of file MemoryCell.h.


The documentation for this class was generated from the following file: