Sharg 1.1.0
The argument parser for bio-c++ tools.
 
Loading...
Searching...
No Matches
all.hpp
Go to the documentation of this file.
1// --------------------------------------------------------------------------------------------------------
2// Copyright (c) 2006-2023, Knut Reinert & Freie Universität Berlin
3// Copyright (c) 2016-2023, Knut Reinert & MPI für molekulare Genetik
4// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5// shipped with this file and also available at: https://github.com/seqan/sharg-parser/blob/main/LICENSE.md
6// --------------------------------------------------------------------------------------------------------
7
40// Groups will appear in order they are defined.
41
54#pragma once
55
56#include <sharg/auxiliary.hpp>
57#include <sharg/exceptions.hpp>
58#include <sharg/parser.hpp>
59#include <sharg/validators.hpp>
Provides auxiliary information.
Provides parser related exceptions.
Provides sharg::parser class.
Provides some standard validators for (positional) options.