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

Provides auxiliary information. More...

+ 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...
 
struct  seqan3::custom::argument_parsing< t >
 A type that can be specialised to provide customisation point implementations for the seqan3::argument_parser such that third party types may be adapted. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::custom
 A namespace for third party and standard library specialisations of SeqAn customisation points.
 

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...
 

Variables

Customisation Points
template<typename option_type >
const auto seqan3::enumeration_names = detail::adl_only::enumeration_names_fn<option_type>{}()
 Return a conversion map from std::string_view to option_type. More...
 

Detailed Description

Provides auxiliary information.

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