LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::PogoEntry Class Reference

#include <PogoEntry.hpp>

Inheritance diagram for LIEF::PE::PogoEntry:
Collaboration diagram for LIEF::PE::PogoEntry:

Public Member Functions

 PogoEntry ()=default
 PogoEntry (PogoEntry &&other)=default
PogoEntryoperator= (PogoEntry &&other)=default
 PogoEntry (const PogoEntry &)=default
 PogoEntry (uint32_t start_rva, uint32_t size, std::string name)
 PogoEntry (uint32_t start_rva, uint32_t size)
PogoEntryoperator= (const PogoEntry &)=default
 ~PogoEntry () override=default
uint32_t start_rva () const
uint32_t size () const
const std::string & name () const
void start_rva (uint32_t start_rva)
void size (uint32_t size)
void name (std::string name)
void accept (Visitor &visitor) const override
Public Member Functions inherited from LIEF::Object
 Object ()
 Object (const Object &other)
Objectoperator= (const Object &other)
 Object (Object &&other) noexcept=default
Objectoperator= (Object &&other) noexcept=default
template<class T>
output_t< T > as ()
template<class T>
output_const_t< T > as () const
virtual bool operator== (const Object &other) const
virtual bool operator!= (const Object &other) const
virtual ~Object ()

Additional Inherited Members

Public Types inherited from LIEF::Object
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>>>

Constructor & Destructor Documentation

◆ PogoEntry() [1/5]

LIEF::PE::PogoEntry::PogoEntry ( )
default

◆ PogoEntry() [2/5]

LIEF::PE::PogoEntry::PogoEntry ( PogoEntry && other)
default

References PogoEntry().

◆ PogoEntry() [3/5]

LIEF::PE::PogoEntry::PogoEntry ( const PogoEntry & )
default

References PogoEntry().

◆ PogoEntry() [4/5]

LIEF::PE::PogoEntry::PogoEntry ( uint32_t start_rva,
uint32_t size,
std::string name )
inline

References name(), size(), and start_rva().

◆ PogoEntry() [5/5]

LIEF::PE::PogoEntry::PogoEntry ( uint32_t start_rva,
uint32_t size )
inline

References PogoEntry(), size(), and start_rva().

◆ ~PogoEntry()

LIEF::PE::PogoEntry::~PogoEntry ( )
overridedefault

Member Function Documentation

◆ accept()

void LIEF::PE::PogoEntry::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.

◆ name() [1/2]

const std::string & LIEF::PE::PogoEntry::name ( ) const
inline

Referenced by name(), and PogoEntry().

◆ name() [2/2]

void LIEF::PE::PogoEntry::name ( std::string name)
inline

References name().

◆ operator=() [1/2]

PogoEntry & LIEF::PE::PogoEntry::operator= ( const PogoEntry & )
default

References PogoEntry().

◆ operator=() [2/2]

PogoEntry & LIEF::PE::PogoEntry::operator= ( PogoEntry && other)
default

References PogoEntry().

◆ size() [1/2]

uint32_t LIEF::PE::PogoEntry::size ( ) const
inline

Referenced by PogoEntry(), PogoEntry(), and size().

◆ size() [2/2]

void LIEF::PE::PogoEntry::size ( uint32_t size)
inline

References size().

◆ start_rva() [1/2]

uint32_t LIEF::PE::PogoEntry::start_rva ( ) const
inline

Referenced by PogoEntry(), PogoEntry(), and start_rva().

◆ start_rva() [2/2]

void LIEF::PE::PogoEntry::start_rva ( uint32_t start_rva)
inline

References start_rva().


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