Raptor
A fast and space-efficient pre-filter
All Classes Namespaces Files Functions Variables Macros Pages Concepts
parse_bin_path.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2006-2024 Knut Reinert & Freie Universität Berlin
2// SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik
3// SPDX-License-Identifier: BSD-3-Clause
4
10#pragma once
11
15
16namespace raptor
17{
18
19namespace detail
20{
21
22void parse_bin_path(std::filesystem::path const & bin_file,
24 bool const is_hibf);
25
26} // namespace detail
27
28void parse_bin_path(build_arguments & arguments);
29void parse_bin_path(prepare_arguments & arguments);
30void parse_bin_path(upgrade_arguments & arguments);
31
32} // namespace raptor
Provides raptor::build_arguments.
Provides raptor::prepare_arguments.
Provides raptor::upgrade_arguments.
Hide me