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

Provides the version check functionality. More...

#include <array>
#include <fstream>
#include <future>
#include <iostream>
#include <optional>
#include <regex>
#include <sharg/std/charconv>
#include <sharg/auxiliary.hpp>
#include <sharg/detail/safe_filesystem_entry.hpp>
#include <sharg/detail/terminal.hpp>
+ Include dependency graph for version_check.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sharg::detail::version_checker
 A functor whose operator() performs the server http request and version checks. More...
 

Functions

void sharg::detail::call_server (std::string const &command, std::promise< bool > prom)
 Writes a timestamp file and performs the server call to get the newest version information.
 

Detailed Description

Provides the version check functionality.

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