Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
MemoryMapExpressionsGatherer.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: MemoryMapExpressionsGatherer.h
3//-----------------------------------------------------------------------------
4// Project: Kactus2
5// Author: Mikko Teuho
6// Date: 29.04.2015
7//
8// Description:
9// Gathers expressions from a memory map and its memory remaps.
10//-----------------------------------------------------------------------------
11
12#ifndef MEMORYMAPEXPRESSIONGATHERER_H
13#define MEMORYMAPEXPRESSIONGATHERER_H
14
15#include <QSharedPointer>
16#include <QStringList>
17
18class MemoryMap;
19
20//-----------------------------------------------------------------------------
22//-----------------------------------------------------------------------------
24{
25
26public:
27
32
37
45 QStringList getExpressions(QSharedPointer<MemoryMap> memoryMap) const;
46
47private:
48
51
54};
55
56#endif // MEMORYMAPEXPRESSIONGATHERER_H
virtual ~MemoryMapExpressionGatherer()
QStringList getExpressions(QSharedPointer< MemoryMap > memoryMap) const