LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::ResourcesManager::string_entry_t Struct Reference

This structure represent an entry in the string table (RT_STRING). More...

#include <ResourcesManager.hpp>

Public Member Functions

std::string string_u8 () const
bool is_defined () const
 operator bool () const

Public Attributes

std::u16string string
uint32_t id = 0

Detailed Description

This structure represent an entry in the string table (RT_STRING).

Member Function Documentation

◆ is_defined()

bool LIEF::PE::ResourcesManager::string_entry_t::is_defined ( ) const
inline

Referenced by operator bool().

◆ operator bool()

LIEF::PE::ResourcesManager::string_entry_t::operator bool ( ) const
inline

References is_defined().

◆ string_u8()

std::string LIEF::PE::ResourcesManager::string_entry_t::string_u8 ( ) const

Referenced by operator<<.

Member Data Documentation

◆ id

uint32_t LIEF::PE::ResourcesManager::string_entry_t::id = 0

Referenced by operator<<.

◆ string

std::u16string LIEF::PE::ResourcesManager::string_entry_t::string

The documentation for this struct was generated from the following file: