15#ifndef LIEF_DEBUGINFO_H
16#define LIEF_DEBUGINFO_H
30 DebugInfo(std::unique_ptr<details::DebugInfo> impl);
38 std::unique_ptr<details::DebugInfo> impl_;
Definition Abstract/DebugInfo.hpp:24
DebugInfo(std::unique_ptr< details::DebugInfo > impl)
FORMAT
Definition Abstract/DebugInfo.hpp:26
virtual FORMAT format() const
Definition Abstract/DebugInfo.hpp:33
LIEF namespace.
Definition Abstract/Binary.hpp:32