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

Public Member Functions

 Content (oid_t oid)
 
const oid_t & content_type () const
 
virtual std::unique_ptr< Contentclone () const =0
 
virtual void print (std::ostream &os) const =0
 
- 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
 
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>>>
 

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