An entry in this table which is composed of an UTF-16 key and an UTF-16 value.
More...
#include <ResourceStringTable.hpp>
An entry in this table which is composed of an UTF-16 key and an UTF-16 value.
◆ is_defined()
bool LIEF::PE::ResourceStringTable::entry_t::is_defined |
( |
| ) |
const |
|
inline |
◆ key_u8()
std::string LIEF::PE::ResourceStringTable::entry_t::key_u8 |
( |
| ) |
const |
Key in utf8 representation.
◆ operator bool()
LIEF::PE::ResourceStringTable::entry_t::operator bool |
( |
| ) |
const |
|
inline |
◆ to_string()
std::string LIEF::PE::ResourceStringTable::entry_t::to_string |
( |
| ) |
const |
|
inline |
◆ value_u8()
std::string LIEF::PE::ResourceStringTable::entry_t::value_u8 |
( |
| ) |
const |
Value in utf8 representation.
◆ key
std::u16string LIEF::PE::ResourceStringTable::entry_t::key |
◆ value
std::u16string LIEF::PE::ResourceStringTable::entry_t::value |
The documentation for this struct was generated from the following file: