Class which represents an entry associated to the RichHeader.
More...
#include <RichEntry.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>>> |
|
Class which represents an entry associated to the RichHeader.
◆ RichEntry() [1/3]
LIEF::PE::RichEntry::RichEntry |
( |
| ) |
|
|
default |
◆ RichEntry() [2/3]
LIEF::PE::RichEntry::RichEntry |
( |
uint16_t | id, |
|
|
uint16_t | build_id, |
|
|
uint32_t | count ) |
|
inline |
◆ RichEntry() [3/3]
LIEF::PE::RichEntry::RichEntry |
( |
const RichEntry & | | ) |
|
|
default |
◆ ~RichEntry()
LIEF::PE::RichEntry::~RichEntry |
( |
| ) |
|
|
overridedefault |
◆ accept()
void LIEF::PE::RichEntry::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ build_id() [1/2]
uint16_t LIEF::PE::RichEntry::build_id |
( |
| ) |
const |
|
inline |
Build number of the tool (if any)
◆ build_id() [2/2]
void LIEF::PE::RichEntry::build_id |
( |
uint16_t | build_id | ) |
|
|
inline |
◆ count() [1/2]
uint32_t LIEF::PE::RichEntry::count |
( |
| ) |
const |
|
inline |
◆ count() [2/2]
void LIEF::PE::RichEntry::count |
( |
uint32_t | count | ) |
|
|
inline |
◆ id() [1/2]
uint16_t LIEF::PE::RichEntry::id |
( |
| ) |
const |
|
inline |
◆ id() [2/2]
void LIEF::PE::RichEntry::id |
( |
uint16_t | id | ) |
|
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: