Go to the documentation of this file.
15#ifndef LIEF_DWARF_TYPE_TYPEDEF_H
16#define LIEF_DWARF_TYPE_TYPEDEF_H
34 return underlying_type();
38 return *underlying_type();
42 return type->
kind() == Type::KIND::TYPEDEF;
48 mutable std::unique_ptr<Type> underlying_;
This class represents a DW_TAG_typedef type.
Definition Typedef.hpp:26
const Type & operator*() const
Definition Typedef.hpp:37
static bool classof(const Type *type)
Definition Typedef.hpp:41
const Type * operator->() const
Definition Typedef.hpp:33
const Type * underlying_type() const
The type aliased by this typedef.
Definition DWARF/types/Array.hpp:23
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41