#include <dynamic_entry.h>
Information about dynamic entry
◆ getDescription()
std::string retdec::fileformat::DynamicEntry::getDescription |
( |
| ) |
const |
Get description of dynamic entry
- Returns
- Description of dynamic entry
◆ getType()
unsigned long long retdec::fileformat::DynamicEntry::getType |
( |
| ) |
const |
Get type of dynamic entry
- Returns
- Type of dynamic entry
◆ getValue()
unsigned long long retdec::fileformat::DynamicEntry::getValue |
( |
| ) |
const |
Get value of dynamic entry
- Returns
- Value of dynamic entry
◆ setDescription()
void retdec::fileformat::DynamicEntry::setDescription |
( |
std::string |
entryDescription | ) |
|
Set description of dynamic entry
- Parameters
-
entryDescription | Description of dynamic entry |
◆ setType()
void retdec::fileformat::DynamicEntry::setType |
( |
unsigned long long |
entryType | ) |
|
Set type of dynamic entry
- Parameters
-
entryType | Type of dynamic entry |
◆ setValue()
void retdec::fileformat::DynamicEntry::setValue |
( |
unsigned long long |
entryValue | ) |
|
Set value of dynamic entry
- Parameters
-
entryValue | Value of dynamic entry |
◆ description
std::string retdec::fileformat::DynamicEntry::description |
|
private |
◆ type
unsigned long long retdec::fileformat::DynamicEntry::type = 0 |
|
private |
type of the dynamic record
◆ value
unsigned long long retdec::fileformat::DynamicEntry::value = 0 |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/dynamic_table/dynamic_entry.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/dynamic_table/dynamic_entry.cpp