15#ifndef LIEF_DWARF_SET_TYPE_H
16#define LIEF_DWARF_SET_TYPE_H
38 return underlying_.get();
42 return underlying_.get();
48 mutable std::unique_ptr<Type> underlying_;
@ SET_TYPE
Definition DWARF/Type.hpp:137
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:40
#define LIEF_API
Definition visibility.h:41