![]() |
Kactus2
Kactus2 reference guide
|
Gathers expressions from a memory map and its memory remaps. More...
#include <MemoryMapExpressionsGatherer.h>
Public Member Functions | |
MemoryMapExpressionGatherer () | |
virtual | ~MemoryMapExpressionGatherer () |
QStringList | getExpressions (QSharedPointer< MemoryMap > memoryMap) const |
Gathers expressions from a memory map and its memory remaps.
Definition at line 23 of file MemoryMapExpressionsGatherer.h.
MemoryMapExpressionGatherer::MemoryMapExpressionGatherer | ( | ) |
The constructor.
|
virtual |
The destructor.
QStringList MemoryMapExpressionGatherer::getExpressions | ( | QSharedPointer< MemoryMap > | memoryMap | ) | const |
Get the expressions from a given memory map.
[in] | memoryMap | The given memory map. |