SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
auxiliary.hpp File Reference

Provides auxiliary information. More...

#include <sstream>
#include <vector>
#include <seqan3/core/debug_stream.hpp>
#include <seqan3/io/stream/concept.hpp>
+ Include dependency graph for auxiliary.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::argument_parser_meta_data
 Stores all parser related meta information of the seqan3::argument_parser. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Enumerations

enum  seqan3::option_spec { seqan3::DEFAULT = 0, seqan3::REQUIRED = 1, seqan3::ADVANCED = 2, seqan3::HIDDEN = 4 }
 Used to further specify argument_parser options/flags. More...
 

Detailed Description

Provides auxiliary information.

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