LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LIEF::PE::PogoEntry Class Reference
Inheritance diagram for LIEF::PE::PogoEntry:
Inheritance graph
[legend]
Collaboration diagram for LIEF::PE::PogoEntry:
Collaboration graph
[legend]

Public Member Functions

 PogoEntry (PogoEntry &&other)
 
PogoEntryoperator= (PogoEntry &&other)
 
 PogoEntry (const PogoEntry &)
 
 PogoEntry (uint32_t start_rva, uint32_t size, std::string name)
 
 PogoEntry (uint32_t start_rva, uint32_t size)
 
PogoEntryoperator= (const PogoEntry &)
 
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 (const Object &other)
 
Objectoperator= (const Object &other)
 
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
 

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>>>
 

Member Function Documentation

◆ accept()

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

Implements LIEF::Object.


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