15#ifndef LIEF_DWARF_VOLATILE_TYPE_H
16#define LIEF_DWARF_VOLATILE_TYPE_H
50 mutable std::unique_ptr<Type> underlying_;
This class represents a DWARF parameter which can be either:
Definition Parameter.hpp:36
@ VOLATILE
Definition DWARF/Type.hpp:144
This class represents a DW_TAG_volatile_type.
Definition Volatile.hpp:28
const Type * underlying_type() const
This underlying type.
static bool classof(const Type *type)
Definition Volatile.hpp:43
const Type & operator*() const
Definition Volatile.hpp:39
const Type * operator->() const
Definition Volatile.hpp:35
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