SeqAn3
argument_parser.hpp File Reference

Contains seqan3::argument_parser class. More...

#include <experimental/filesystem>
#include <future>
#include <iostream>
#include <set>
#include <sstream>
#include <string>
#include <variant>
#include <vector>
#include <seqan3/argument_parser/detail/format_help.hpp>
#include <seqan3/argument_parser/detail/format_html.hpp>
#include <seqan3/argument_parser/detail/format_man.hpp>
#include <seqan3/argument_parser/detail/format_parse.hpp>
#include <seqan3/io/stream/concept.hpp>
Include dependency graph for argument_parser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::argument_parser
 The SeqAn command line parser. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Contains seqan3::argument_parser class.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>