15#ifndef LIEF_DWARF_TYPE_ARRAY_H
16#define LIEF_DWARF_TYPE_ARRAY_H
31 return type->
kind() == Type::KIND::ARRAY;
38 return underlying_type();
42 return *underlying_type();
48 mutable std::unique_ptr<Type> underlying_;
This class represents a DWARF Type which includes:
Definition DWARF/Type.hpp:47
This class represents a DW_TAG_array_type
Definition DWARF/types/Array.hpp:26
const Type * underlying_type() const
The underlying type of this array.
const Type * operator->() const
Definition DWARF/types/Array.hpp:37
static bool classof(const Type *type)
Definition DWARF/types/Array.hpp:30
const Type & operator*() const
Definition DWARF/types/Array.hpp:41
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41