|
Kactus2
Kactus2 reference guide
|
Gathers expressions from an address space and its memory maps. More...
#include <AddressSpaceExpressionsGatherer.h>
Public Member Functions | |
| AddressSpaceExpressionGatherer () | |
| virtual | ~AddressSpaceExpressionGatherer () |
| QStringList | getExpressions (QSharedPointer< AddressSpace > addressSpace) const |
Gathers expressions from an address space and its memory maps.
Definition at line 26 of file AddressSpaceExpressionsGatherer.h.
| AddressSpaceExpressionGatherer::AddressSpaceExpressionGatherer | ( | ) |
The constructor.
|
virtual |
The destructor.
| QStringList AddressSpaceExpressionGatherer::getExpressions | ( | QSharedPointer< AddressSpace > | addressSpace | ) | const |
Get the expressions from a given address space.
| [in] | addressSpace | The given address space. |