Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
RegisterFileExpressionsGatherer.h
Go to the documentation of this file.
1#ifndef REGISTERFILEEXPRESSIONGATHERER_H
2#define REGISTERFILEEXPRESSIONGATHERER_H
3
4#include <KactusAPI/KactusAPIGlobal.h>
5
6#include <QSharedPointer>
7#include <QStringList>
8
9class RegisterFile;
10
11//-----------------------------------------------------------------------------
13//-----------------------------------------------------------------------------
15{
16
17public:
18
23
28
31
34
42 QStringList getExpressions(QSharedPointer<RegisterFile> currentRegisterFile) const;
43
44};
45
46#endif // REGISTERFILEEXPRESSIONGATHERER_H
RegisterFileExpressionsGatherer(const RegisterFileExpressionsGatherer &other)=delete
No copying.
RegisterFileExpressionsGatherer & operator=(const RegisterFileExpressionsGatherer &other)=delete
No assignment.
QStringList getExpressions(QSharedPointer< RegisterFile > currentRegisterFile) const
virtual ~RegisterFileExpressionsGatherer()=default