ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Private Attributes | List of all members
etiss::SimpleMemSystem::find_fitting_mseg Struct Reference
Collaboration diagram for etiss::SimpleMemSystem::find_fitting_mseg:
Collaboration graph
[legend]

Public Member Functions

 find_fitting_mseg (uint64 addr, uint64 size)
 
bool operator() (const std::unique_ptr< MemSegment > &mseg)
 

Private Attributes

uint64 addr
 
uint64 size
 

Detailed Description

Definition at line 158 of file SimpleMemSystem.h.

Constructor & Destructor Documentation

◆ find_fitting_mseg()

etiss::SimpleMemSystem::find_fitting_mseg::find_fitting_mseg ( uint64  addr,
uint64  size 
)
inline

Definition at line 159 of file SimpleMemSystem.h.

Member Function Documentation

◆ operator()()

bool etiss::SimpleMemSystem::find_fitting_mseg::operator() ( const std::unique_ptr< MemSegment > &  mseg)
inline

Definition at line 160 of file SimpleMemSystem.h.

References addr, and size.

Member Data Documentation

◆ addr

uint64 etiss::SimpleMemSystem::find_fitting_mseg::addr
private

Definition at line 162 of file SimpleMemSystem.h.

Referenced by operator()().

◆ size

uint64 etiss::SimpleMemSystem::find_fitting_mseg::size
private

Definition at line 162 of file SimpleMemSystem.h.

Referenced by operator()().


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