#include <Header.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>>> |
|
◆ Header() [1/2]
◆ Header() [2/2]
LIEF::Header::Header |
( |
const Header & | | ) |
|
◆ ~Header()
LIEF::Header::~Header |
( |
| ) |
|
|
override |
◆ accept()
void LIEF::Header::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
Method so that the visitor
can visit us.
Implements LIEF::Object.
◆ architecture() [1/2]
◆ architecture() [2/2]
◆ endianness() [1/2]
◆ endianness() [2/2]
void LIEF::Header::endianness |
( |
ENDIANNESS | endianness | ) |
|
◆ entrypoint() [1/2]
uint64_t LIEF::Header::entrypoint |
( |
| ) |
const |
◆ entrypoint() [2/2]
void LIEF::Header::entrypoint |
( |
uint64_t | entrypoint | ) |
|
◆ is_32()
bool LIEF::Header::is_32 |
( |
| ) |
const |
true
if the binary target a 32-bits
architecture
◆ is_64()
bool LIEF::Header::is_64 |
( |
| ) |
const |
true
if the binary target a 64-bits
architecture
◆ modes() [1/2]
const std::set< MODES > & LIEF::Header::modes |
( |
| ) |
const |
◆ modes() [2/2]
void LIEF::Header::modes |
( |
const std::set< MODES > & | m | ) |
|
◆ object_type() [1/2]
◆ object_type() [2/2]
◆ operator=()
The documentation for this class was generated from the following file: