LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <ContentInfo.hpp>
Public Member Functions | |
Content (oid_t oid) | |
const oid_t & | content_type () const |
virtual std::unique_ptr< Content > | clone () const =0 |
virtual void | print (std::ostream &os) const =0 |
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 () |
virtual void | accept (Visitor &visitor) const =0 |
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>>> |
|
inline |
Referenced by cast(), operator<<, LIEF::PE::PKCS9TSTInfo::PKCS9TSTInfo(), and LIEF::PE::SpcIndirectData::SpcIndirectData().
|
overridedefault |
References Content(), and LIEF::PE::T.
References LIEF::PE::T.
|
pure virtual |
Implemented in LIEF::PE::GenericContent, LIEF::PE::PKCS9TSTInfo, and LIEF::PE::SpcIndirectData.
|
inline |
Referenced by LIEF::PE::PKCS9TSTInfo::classof(), and LIEF::PE::SpcIndirectData::classof().
|
pure virtual |
Implemented in LIEF::PE::GenericContent, LIEF::PE::PKCS9TSTInfo, and LIEF::PE::SpcIndirectData.
Referenced by operator<<.