Dota2Patcher
 
Загрузка...
Поиск...
Не найдено
Структура SemVer

#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
 

Методы

◆ from_string()

static SemVer SemVer::from_string ( const string &  version_str)
inlinestatic

◆ operator<=>()

auto SemVer::operator<=> ( const SemVer other) const
default

◆ to_string()

string SemVer::to_string ( ) const
inline

Данные класса

◆ body

optional<string> SemVer::body

◆ major

int SemVer::major

◆ minor

int SemVer::minor

◆ patch

int SemVer::patch

◆ rc_ver

optional<int> SemVer::rc_ver

◆ update_url

optional<string> SemVer::update_url

Объявления и описания членов структуры находятся в файле: