15#ifndef LIEF_DWARF_TYPE_POINTER_H
16#define LIEF_DWARF_TYPE_POINTER_H
48 mutable std::unique_ptr<Type> underlying_;
@ POINTER
Definition DWARF/Type.hpp:132
This class represents a DW_TAG_pointer_type DWARF type.
Definition DWARF/types/Pointer.hpp:26
static bool classof(const Type *type)
Definition DWARF/types/Pointer.hpp:30
const Type * underlying_type() const
The type pointed by this pointer.
const Type * operator->() const
Definition DWARF/types/Pointer.hpp:37
const Type & operator*() const
Definition DWARF/types/Pointer.hpp:41
Definition DWARF/types/Array.hpp:23
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
LIEF namespace.
Definition Abstract/Binary.hpp:40
#define LIEF_API
Definition visibility.h:41