![]() |
Kactus2
Kactus2 reference guide
|
Gathers expressions from a memory remap and its address blocks. More...
#include <MemoryRemapExpressionGatherer.h>
Public Member Functions | |
MemoryRemapExpressionGatherer () | |
virtual | ~MemoryRemapExpressionGatherer () |
QStringList | getExpressions (QSharedPointer< MemoryMapBase > memoryRemap) const |
Gathers expressions from a memory remap and its address blocks.
Definition at line 24 of file MemoryRemapExpressionGatherer.h.
MemoryRemapExpressionGatherer::MemoryRemapExpressionGatherer | ( | ) |
The constructor.
|
virtual |
The destructor.
QStringList MemoryRemapExpressionGatherer::getExpressions | ( | QSharedPointer< MemoryMapBase > | memoryRemap | ) | const |
Get the expressions from a given memory remap.
[in] | memoryRemap | The given memory remap. |