Representation of the StringFileInfo
structure.
More...
#include <ResourceStringFileInfo.hpp>
Representation of the StringFileInfo
structure.
It contains version information that can be displayed for a particular language and code page.
See: https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo
◆ elements_t
◆ it_const_elements
◆ it_elements
◆ ResourceStringFileInfo() [1/3]
LIEF::PE::ResourceStringFileInfo::ResourceStringFileInfo |
( |
| ) |
|
|
default |
◆ ResourceStringFileInfo() [2/3]
◆ ResourceStringFileInfo() [3/3]
◆ ~ResourceStringFileInfo()
LIEF::PE::ResourceStringFileInfo::~ResourceStringFileInfo |
( |
| ) |
|
|
overridedefault |
◆ accept()
void LIEF::PE::ResourceStringFileInfo::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ add_child()
◆ children() [1/2]
it_elements LIEF::PE::ResourceStringFileInfo::children |
( |
| ) |
|
|
inline |
◆ children() [2/2]
Iterator over the children values.
◆ key() [1/2]
const std::u16string & LIEF::PE::ResourceStringFileInfo::key |
( |
| ) |
const |
|
inline |
Signature of the structure. Must be the unicode string "StringFileInfo".
◆ key() [2/2]
◆ key_u8()
std::string LIEF::PE::ResourceStringFileInfo::key_u8 |
( |
| ) |
const |
The key as an utf8 string.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ parse()
◆ type() [1/2]
uint16_t LIEF::PE::ResourceStringFileInfo::type |
( |
| ) |
const |
|
inline |
The type of data in the version resource.
1
if it contains text data
0
if it contains binary data
◆ type() [2/2]
The documentation for this class was generated from the following file: