SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
version_check.hpp File Reference

Provides the version check functionality. More...

#include <array>
#include <chrono>
#include <fstream>
#include <future>
#include <iostream>
#include <optional>
#include <regex>
#include <seqan3/std/charconv>
#include <seqan3/argument_parser/auxiliary.hpp>
#include <seqan3/argument_parser/detail/terminal.hpp>
#include <seqan3/io/detail/misc.hpp>
#include <seqan3/io/detail/safe_filesystem_entry.hpp>
#include <seqan3/version.hpp>
#include <sys/stat.h>
+ 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  seqan3::detail::version_checker
 A functor whose operator() performs the server http request and version checks. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Functions

void seqan3::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