MyGUI
3.0.1
|
#include <MyGUI_Version.h>
Public Member Functions | |
Version () | |
Version (uint8 _major, uint8 _minor, uint16 _patch) | |
Version (uint8 _major, uint8 _minor) | |
Version (const std::string &_value) | |
uint8 | getMajor () const |
uint8 | getMinor () const |
uint16 | getPatch () const |
uint32 | getPoorVersion () const |
uint32 | getFullVersion () const |
std::string | print () const |
Static Public Member Functions | |
static Version | parse (const std::string &_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 33 of file MyGUI_Version.h.
|
inline |
Definition at line 36 of file MyGUI_Version.h.
Definition at line 37 of file MyGUI_Version.h.
Definition at line 38 of file MyGUI_Version.h.
|
inlineexplicit |
Definition at line 39 of file MyGUI_Version.h.
|
inline |
Definition at line 68 of file MyGUI_Version.h.
|
inline |
Definition at line 63 of file MyGUI_Version.h.
|
inline |
Definition at line 64 of file MyGUI_Version.h.
|
inline |
Definition at line 65 of file MyGUI_Version.h.
|
inline |
Definition at line 67 of file MyGUI_Version.h.
|
inlinestatic |
Definition at line 76 of file MyGUI_Version.h.
|
inline |
Definition at line 70 of file MyGUI_Version.h.
Definition at line 47 of file MyGUI_Version.h.
Definition at line 41 of file MyGUI_Version.h.
|
friend |
Definition at line 49 of file MyGUI_Version.h.
Definition at line 44 of file MyGUI_Version.h.
Definition at line 46 of file MyGUI_Version.h.
Definition at line 43 of file MyGUI_Version.h.
Definition at line 42 of file MyGUI_Version.h.
|
friend |
Definition at line 55 of file MyGUI_Version.h.
uint32 MyGUI::Version::value |
Definition at line 89 of file MyGUI_Version.h.
uint8 MyGUI::Version::value_data[4] |
Definition at line 90 of file MyGUI_Version.h.