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

Description

Predicate that always returns true.

Definition at line 53 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. More...
 

Member Function Documentation

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 55 of file MemoryCell.h.


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