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
18
class
MemoryMap;
19
20
//-----------------------------------------------------------------------------
22
//-----------------------------------------------------------------------------
23
class
MemoryMapExpressionGatherer
24
{
25
26
public
:
27
31
MemoryMapExpressionGatherer
();
32
36
virtual
~MemoryMapExpressionGatherer
();
37
45
QStringList
getExpressions
(QSharedPointer<MemoryMap> memoryMap)
const
;
46
47
private
:
48
50
MemoryMapExpressionGatherer
(
const
MemoryMapExpressionGatherer
& other);
51
53
MemoryMapExpressionGatherer
& operator=(
const
MemoryMapExpressionGatherer
& other);
54
};
55
56
#endif
// MEMORYMAPEXPRESSIONGATHERER_H
MemoryMapExpressionGatherer::MemoryMapExpressionGatherer
MemoryMapExpressionGatherer()
MemoryMapExpressionGatherer::~MemoryMapExpressionGatherer
virtual ~MemoryMapExpressionGatherer()
MemoryMapExpressionGatherer::getExpressions
QStringList getExpressions(QSharedPointer< MemoryMap > memoryMap) const
kactus2dev
KactusAPI
include
MemoryMapExpressionsGatherer.h
Generated by
1.13.2