Go to the documentation of this file.
15#ifndef LIEF_DWARF_SET_TYPE_H
16#define LIEF_DWARF_SET_TYPE_H
31 return type->
kind() == Type::KIND::SET_TYPE;
38 return underlying_.get();
42 return underlying_.get();
48 mutable std::unique_ptr<Type> underlying_;
This class represents a DW_TAG_set_type
Definition SetTy.hpp:26
const Type * operator*() const
Definition SetTy.hpp:41
const Type * underlying_type() const
The underlying type referenced by this set-type.
static bool classof(const Type *type)
Definition SetTy.hpp:30
const Type * operator->() const
Definition SetTy.hpp:37
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