Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
MemoryRemapExpressionGatherer.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: MemoryRemapExpressionsGatherer.h
3//-----------------------------------------------------------------------------
4// Project: Kactus2
5// Author: Mikko Teuho
6// Date: 29.04.2015
7//
8// Description:
9// Gathers expressions from a memory remap and its address blocks.
10//-----------------------------------------------------------------------------
11
12#ifndef MEMORYREMAPEXPRESSIONGATHERER_H
13#define MEMORYREMAPEXPRESSIONGATHERER_H
14
15#include <QSharedPointer>
16#include <QStringList>
17
18#include "KactusAPI/KactusAPIGlobal.h"
19
20class MemoryMapBase;
21//-----------------------------------------------------------------------------
23//-----------------------------------------------------------------------------
25{
26
27public:
28
33
38
46 QStringList getExpressions(QSharedPointer<MemoryMapBase> memoryRemap) const;
47
48private:
49
52
55};
56
57#endif // MEMORYREMAPEXPRESSIONGATHERER_H
QStringList getExpressions(QSharedPointer< MemoryMapBase > memoryRemap) const