Go to the documentation of this file.
16#ifndef LIEF_MACHO_BUILD_TOOL_VERSION_COMMAND_H
17#define LIEF_MACHO_BUILD_TOOL_VERSION_COMMAND_H
29struct build_tool_version;
35 public:
using version_t = std::array<uint32_t, 3>;
64 void accept(Visitor& visitor)
const override;
67 std::ostream&
operator<<(std::ostream& os,
const BuildToolVersion& tool);
70 TOOLS tool_ = TOOLS::UNKNOWN;