#include <linker_info.h>
◆ getNumberOfUses()
uint32_t retdec::fileformat::LinkerInfo::getNumberOfUses |
( |
| ) |
const |
Get number of uses
- Returns
- Number of uses
◆ getProductBuild()
uint32_t retdec::fileformat::LinkerInfo::getProductBuild |
( |
| ) |
const |
Get build version
- Returns
- Build version of linker
◆ getProductId()
uint32_t retdec::fileformat::LinkerInfo::getProductId |
( |
| ) |
const |
Get major version
- Returns
- Major version of linker
◆ getProductName()
std::string retdec::fileformat::LinkerInfo::getProductName |
( |
| ) |
const |
Get product name as string
- Returns
- Product Name as std::string
◆ getVisualStudioName()
std::string retdec::fileformat::LinkerInfo::getVisualStudioName |
( |
| ) |
const |
Get aproximate name of Visual Studio
- Returns
- Visual Studio version as std::string
◆ setNumberOfUses()
void retdec::fileformat::LinkerInfo::setNumberOfUses |
( |
uint32_t |
richProductCount | ) |
|
Set number of uses
- Parameters
-
richProductCount | Number of uses |
◆ setProductBuild()
void retdec::fileformat::LinkerInfo::setProductBuild |
( |
uint32_t |
richProductBuild | ) |
|
Set build version
- Parameters
-
richProductBuild | Build version |
◆ setProductId()
void retdec::fileformat::LinkerInfo::setProductId |
( |
uint32_t |
richProductId | ) |
|
Set major version of linker
- Parameters
-
richProductId | Major version of linker |
◆ setProductName()
void retdec::fileformat::LinkerInfo::setProductName |
( |
const std::string & |
richProductName | ) |
|
◆ setVisualStudioName()
void retdec::fileformat::LinkerInfo::setVisualStudioName |
( |
const std::string & |
richVisualStudioName | ) |
|
◆ count
uint32_t retdec::fileformat::LinkerInfo::count = 0 |
|
private |
◆ productBuild
uint32_t retdec::fileformat::LinkerInfo::productBuild = 0 |
|
private |
◆ productId
uint32_t retdec::fileformat::LinkerInfo::productId = 0 |
|
private |
◆ productName
std::string retdec::fileformat::LinkerInfo::productName |
|
private |
◆ visualStudioName
std::string retdec::fileformat::LinkerInfo::visualStudioName |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/rich_header/linker_info.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/rich_header/linker_info.cpp