15#ifndef LIEF_DWARF_TYPE_CONST_H
16#define LIEF_DWARF_TYPE_CONST_H
48 mutable std::unique_ptr<Type> underlying_;
@ CONST_KIND
Definition DWARF/Type.hpp:129
This class represents a DW_TAG_const_type.
Definition Const.hpp:26
const Type & operator*() const
Definition Const.hpp:41
const Type * operator->() const
Definition Const.hpp:37
const Type * underlying_type() const
The underlying type being const-ed.
static bool classof(const Type *type)
Definition Const.hpp:30
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