#include <ContentInfo.hpp>
|
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>>> |
|
◆ Content()
LIEF::PE::ContentInfo::Content::Content |
( |
oid_t | oid | ) |
|
|
inline |
◆ ~Content()
LIEF::PE::ContentInfo::Content::~Content |
( |
| ) |
|
|
overridedefault |
◆ cast() [1/2]
template<class T >
T * LIEF::PE::ContentInfo::Content::cast |
( |
| ) |
|
|
inline |
◆ cast() [2/2]
template<class T >
const T * LIEF::PE::ContentInfo::Content::cast |
( |
| ) |
const |
|
inline |
◆ clone()
virtual std::unique_ptr< Content > LIEF::PE::ContentInfo::Content::clone |
( |
| ) |
const |
|
pure virtual |
◆ content_type()
const oid_t & LIEF::PE::ContentInfo::Content::content_type |
( |
| ) |
const |
|
inline |
◆ print()
virtual void LIEF::PE::ContentInfo::Content::print |
( |
std::ostream & | os | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: