LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::pdb::types::Pointer Class Reference

This class represents a LF_POINTER PDB type. More...

#include <Pointer.hpp>

Inheritance diagram for LIEF::pdb::types::Pointer:
Collaboration diagram for LIEF::pdb::types::Pointer:

Public Member Functions

std::unique_ptr< Typeunderlying_type () const
 The underlying type pointed by this pointer.
 
 ~Pointer () override
 
- Public Member Functions inherited from LIEF::pdb::Type
KIND kind () const
 
template<class T >
const T * as () const
 
virtual ~Type ()
 

Static Public Member Functions

static bool classof (const Type *type)
 
- Static Public Member Functions inherited from LIEF::pdb::Type
static std::unique_ptr< Typecreate (std::unique_ptr< details::Type > impl)
 

Additional Inherited Members

- Public Types inherited from LIEF::pdb::Type
enum class  KIND {
  UNKNOWN = 0 , CLASS , POINTER , SIMPLE ,
  ENUM , FUNCTION , MODIFIER , BITFIELD ,
  ARRAY , UNION , STRUCTURE , INTERFACE
}
 

Detailed Description

This class represents a LF_POINTER PDB type.

Constructor & Destructor Documentation

◆ ~Pointer()

LIEF::pdb::types::Pointer::~Pointer ( )
override

Member Function Documentation

◆ classof()

static bool LIEF::pdb::types::Pointer::classof ( const Type * type)
inlinestatic

◆ underlying_type()

std::unique_ptr< Type > LIEF::pdb::types::Pointer::underlying_type ( ) const

The underlying type pointed by this pointer.


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