|
MyGUI 3.4.3
|
#include <MyGUI_Version.h>
Public Member Functions | |
| Version (uint8_t _major=0, uint8_t _minor=0, uint16_t _patch=0) | |
| uint8_t | getMajor () const |
| uint8_t | getMinor () const |
| uint16_t | getPatch () const |
| std::string | print () const |
Static Public Member Functions | |
| static Version | parse (std::string_view _value) |
Friends | |
| bool | operator< (Version const &a, Version const &b) |
| bool | operator>= (Version const &a, Version const &b) |
| bool | operator> (Version const &a, Version const &b) |
| bool | operator<= (Version const &a, Version const &b) |
| bool | operator== (Version const &a, Version const &b) |
| bool | operator!= (Version const &a, Version const &b) |
| std::ostream & | operator<< (std::ostream &_stream, const Version &_value) |
| std::istream & | operator>> (std::istream &_stream, Version &_value) |
Definition at line 17 of file MyGUI_Version.h.
Definition at line 20 of file MyGUI_Version.h.
|
inline |
Definition at line 71 of file MyGUI_Version.h.
|
inline |
Definition at line 76 of file MyGUI_Version.h.
|
inline |
Definition at line 81 of file MyGUI_Version.h.
Definition at line 93 of file MyGUI_Version.h.
|
inline |
Definition at line 86 of file MyGUI_Version.h.
Definition at line 52 of file MyGUI_Version.h.
Definition at line 27 of file MyGUI_Version.h.
Definition at line 57 of file MyGUI_Version.h.
Definition at line 42 of file MyGUI_Version.h.
Definition at line 47 of file MyGUI_Version.h.
Definition at line 37 of file MyGUI_Version.h.
Definition at line 32 of file MyGUI_Version.h.
Definition at line 63 of file MyGUI_Version.h.