Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
all.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
37// Groups will appear in order they are defined.
38
51#pragma once
52
53#include <sharg/auxiliary.hpp>
54#include <sharg/exceptions.hpp>
55#include <sharg/parser.hpp>
56#include <sharg/validators.hpp>
Provides auxiliary information.
Provides parser related exceptions.
Provides sharg::parser class.
Provides some standard validators for (positional) options.
Hide me