|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <PogoEntry.hpp>


Public Member Functions | |
| PogoEntry ()=default | |
| PogoEntry (PogoEntry &&other)=default | |
| PogoEntry & | operator= (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) | |
| PogoEntry & | operator= (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) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (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>>> |
|
default |
Referenced by operator<<, operator=(), operator=(), PogoEntry(), PogoEntry(), and PogoEntry().
|
default |
References PogoEntry().
|
default |
References PogoEntry().
|
inline |
References name(), size(), and start_rva().
|
inline |
References PogoEntry(), size(), and start_rva().
|
overridedefault |
|
overridevirtual |
Implements LIEF::Object.
|
inline |
Referenced by name(), and PogoEntry().
|
inline |
References name().
References PogoEntry().
References PogoEntry().
|
inline |
Referenced by PogoEntry(), PogoEntry(), and size().
|
inline |
References size().
|
inline |
Referenced by PogoEntry(), PogoEntry(), and start_rva().
|
inline |
References start_rva().