#include <export.h>
◆ ~Export()
virtual retdec::fileformat::Export::~Export |
( |
| ) |
|
|
virtualdefault |
◆ getAddress()
unsigned long long retdec::fileformat::Export::getAddress |
( |
| ) |
const |
Get export address
- Returns
- Export address
◆ getName()
std::string retdec::fileformat::Export::getName |
( |
| ) |
const |
Get export name
- Returns
- Export name
◆ getOrdinalNumber()
bool retdec::fileformat::Export::getOrdinalNumber |
( |
unsigned long long & |
exportOrdinalNumber | ) |
const |
Get ordinal number of export
- Parameters
-
exportOrdinalNumber | Into this parameter is stored ordinal number of export |
- Returns
true
if ordinal number id valid, false
otherwise
If method returns false
, exportOrdinalNumber is left unchanged
◆ hasEmptyName()
bool retdec::fileformat::Export::hasEmptyName |
( |
| ) |
const |
- Returns
true
if export has empty name, false
otherwise
◆ invalidateOrdinalNumber()
void retdec::fileformat::Export::invalidateOrdinalNumber |
( |
| ) |
|
Invalidate ordinal number of export
Instance method getOrdinalNumber() returns false
after invocation of this method. Ordinal number is possible to revalidate by invocation of method setOrdinalNumber().
◆ isUsedForExphash()
bool retdec::fileformat::Export::isUsedForExphash |
( |
| ) |
const |
|
virtual |
Virtual method which indicates whether export should be used for calculating exphash.
- Returns
true
if should be used, otherwise false
.
◆ setAddress()
void retdec::fileformat::Export::setAddress |
( |
unsigned long long |
exportAddress | ) |
|
Set export address
- Parameters
-
◆ setName()
void retdec::fileformat::Export::setName |
( |
std::string |
exportName | ) |
|
Set export name
- Parameters
-
◆ setOrdinalNumber()
void retdec::fileformat::Export::setOrdinalNumber |
( |
unsigned long long |
exportOrdinalNumber | ) |
|
Set export ordinal number
- Parameters
-
exportOrdinalNumber | Export ordinal number |
◆ address
unsigned long long retdec::fileformat::Export::address = 0 |
|
private |
◆ name
std::string retdec::fileformat::Export::name |
|
private |
◆ ordinalNumber
unsigned long long retdec::fileformat::Export::ordinalNumber = 0 |
|
private |
◆ ordinalNumberIsValid
bool retdec::fileformat::Export::ordinalNumberIsValid = false |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/export_table/export.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/export_table/export.cpp