|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#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 |