LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <GenericContent.hpp>
Public Member Functions | |
GenericContent () | |
GenericContent (oid_t oid) | |
GenericContent (const GenericContent &)=default | |
GenericContent & | operator= (const GenericContent &)=default |
std::unique_ptr< Content > | clone () const override |
const oid_t & | oid () const |
span< const uint8_t > | raw () const |
span< uint8_t > | raw () |
~GenericContent () override | |
void | print (std::ostream &os) const override |
void | accept (Visitor &visitor) const override |
Public Member Functions inherited from LIEF::PE::ContentInfo::Content | |
Content (oid_t oid) | |
const oid_t & | content_type () const |
template<class T> | |
const T * | cast () const |
template<class T> | |
T * | cast () |
~Content () override=default | |
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 () |
Static Public Member Functions | |
static bool | classof (const ContentInfo::Content *content) |
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>>> |
LIEF::PE::GenericContent::GenericContent | ( | ) |
Referenced by clone(), GenericContent(), operator<<, and operator=().
|
default |
References GenericContent().
|
override |
|
overridevirtual |
Implements LIEF::Object.
|
static |
|
inlineoverridevirtual |
Implements LIEF::PE::ContentInfo::Content.
References GenericContent().
|
inline |
Referenced by GenericContent().
|
default |
References GenericContent().
|
overridevirtual |
Implements LIEF::PE::ContentInfo::Content.
Referenced by operator<<.
|
inline |
|
inline |