#include <ResourceStringTable.hpp>
|
template<class T > |
using | output_t = add_pointer_t<decay_t<T>> |
|
template<class T > |
using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
|
◆ ResourceStringTable() [1/3]
LIEF::PE::ResourceStringTable::ResourceStringTable |
( |
| ) |
|
|
default |
◆ ResourceStringTable() [2/3]
LIEF::PE::ResourceStringTable::ResourceStringTable |
( |
int16_t | length, |
|
|
std::u16string | name ) |
|
inline |
◆ ResourceStringTable() [3/3]
◆ ~ResourceStringTable()
LIEF::PE::ResourceStringTable::~ResourceStringTable |
( |
| ) |
|
|
overridedefault |
◆ accept()
void LIEF::PE::ResourceStringTable::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ length()
int16_t LIEF::PE::ResourceStringTable::length |
( |
| ) |
const |
|
inline |
The size of the string, not including length field itself.
◆ name()
const std::u16string & LIEF::PE::ResourceStringTable::name |
( |
| ) |
const |
|
inline |
The variable-length Unicode string data, word-aligned.
◆ operator=()
The documentation for this class was generated from the following file: