#include <Updater.h>
Открытые члены | |
string | to_string () const |
auto | operator<=> (const SemVer &other) const =default |
Открытые статические члены | |
static SemVer | from_string (const string &version_str) |
Открытые атрибуты | |
int | major |
int | minor |
int | patch |
optional< int > | rc_ver |
optional< string > | update_url |
optional< string > | body |
|
inlinestatic |
|
default |
|
inline |
optional<string> SemVer::body |
int SemVer::major |
int SemVer::minor |
int SemVer::patch |
optional<int> SemVer::rc_ver |
optional<string> SemVer::update_url |