jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
#include <compare>
#include <cstddef>
#include <iostream>
#include <ostream>
#include <regex>
#include <string>
#include <jau/int_types.hpp>
#include <jau/string_util.hpp>
Go to the source code of this file.
Classes | |
struct | std::hash< jau::util::VersionNumber > |
class | jau::util::VersionNumber |
Simple version number class containing a version number either being defined explicit or derived from a string . More... | |
class | jau::util::VersionNumberString |
Simple version number class containing a version number either being defined explicit or derived from a string . More... | |
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
namespace | jau::util |
namespace | std |
STL namespace. | |
Functions | |
std::ostream & | jau::util::operator<< (std::ostream &out, const VersionNumber &v) noexcept |
std::ostream & | jau::util::operator<< (std::ostream &out, const VersionNumberString &v) noexcept |