#include <DexFile.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>>> |
|
◆ DexFile() [1/2]
LIEF::OAT::DexFile::DexFile |
( |
| ) |
|
◆ DexFile() [2/2]
LIEF::OAT::DexFile::DexFile |
( |
const DexFile & | | ) |
|
◆ ~DexFile()
LIEF::OAT::DexFile::~DexFile |
( |
| ) |
|
|
override |
◆ accept()
void LIEF::OAT::DexFile::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ checksum() [1/2]
uint32_t LIEF::OAT::DexFile::checksum |
( |
| ) |
const |
◆ checksum() [2/2]
void LIEF::OAT::DexFile::checksum |
( |
uint32_t | checksum | ) |
|
◆ class_offsets_offset()
void LIEF::OAT::DexFile::class_offsets_offset |
( |
uint32_t | offset | ) |
|
◆ classes_offsets()
const std::vector< uint32_t > & LIEF::OAT::DexFile::classes_offsets |
( |
| ) |
const |
◆ dex_file() [1/2]
◆ dex_file() [2/2]
const DEX::File * LIEF::OAT::DexFile::dex_file |
( |
| ) |
const |
◆ dex_offset() [1/2]
uint32_t LIEF::OAT::DexFile::dex_offset |
( |
| ) |
const |
◆ dex_offset() [2/2]
void LIEF::OAT::DexFile::dex_offset |
( |
uint32_t | dex_offset | ) |
|
◆ has_dex_file()
bool LIEF::OAT::DexFile::has_dex_file |
( |
| ) |
const |
◆ location() [1/2]
const std::string & LIEF::OAT::DexFile::location |
( |
| ) |
const |
◆ location() [2/2]
void LIEF::OAT::DexFile::location |
( |
const std::string & | location | ) |
|
◆ lookup_table_offset() [1/2]
uint32_t LIEF::OAT::DexFile::lookup_table_offset |
( |
| ) |
const |
◆ lookup_table_offset() [2/2]
void LIEF::OAT::DexFile::lookup_table_offset |
( |
uint32_t | offset | ) |
|
◆ operator=()
The documentation for this class was generated from the following file: