#include <MyGUI_Version.h>
Definition at line 17 of file MyGUI_Version.h.
◆ Version()
MyGUI::Version::Version |
( |
uint8_t | _major = 0, |
|
|
uint8_t | _minor = 0, |
|
|
uint16_t | _patch = 0 ) |
|
inline |
◆ getMajor()
uint8_t MyGUI::Version::getMajor |
( |
| ) |
const |
|
inline |
◆ getMinor()
uint8_t MyGUI::Version::getMinor |
( |
| ) |
const |
|
inline |
◆ getPatch()
uint16_t MyGUI::Version::getPatch |
( |
| ) |
const |
|
inline |
◆ parse()
static Version MyGUI::Version::parse |
( |
std::string_view | _value | ) |
|
|
inlinestatic |
◆ print()
std::string MyGUI::Version::print |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator<
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | _stream, |
|
|
const Version & | _value ) |
|
friend |
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
◆ operator>>
std::istream & operator>> |
( |
std::istream & | _stream, |
|
|
Version & | _value ) |
|
friend |
The documentation for this class was generated from the following file: