Sharg 1.2.1-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
auxiliary.hpp File Reference

Provides auxiliary information. More...

#include <string>
#include <vector>
#include <sharg/platform.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

class  sharg::vector_of_string
 A std::vector<std::string> that can also be constructed from std::string. More...
 
struct  sharg::parser_meta_data
 Stores all parser related meta information of the sharg::parser. More...
 

Enumerations

enum class  sharg::update_notifications : uint8_t { update_notifications::on , update_notifications::off }
 Indicates whether application allows automatic update notifications by the sharg::parser. More...
 

Detailed Description

Provides auxiliary information.

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