MyGUI
3.2.0
|
#include <MyGUI_Version.h>
Public Member Functions | |
Version (unsigned int _major=0, unsigned int _minor=0, unsigned int _patch=0) | |
unsigned int | getMajor () const |
unsigned int | getMinor () const |
unsigned int | getPatch () 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 32 of file MyGUI_Version.h.
MyGUI::Version::Version | ( | unsigned int | _major = 0 , |
unsigned int | _minor = 0 , |
||
unsigned int | _patch = 0 |
||
) | [inline] |
Definition at line 36 of file MyGUI_Version.h.
unsigned int MyGUI::Version::getMajor | ( | ) | const [inline] |
Definition at line 87 of file MyGUI_Version.h.
unsigned int MyGUI::Version::getMinor | ( | ) | const [inline] |
Definition at line 92 of file MyGUI_Version.h.
unsigned int MyGUI::Version::getPatch | ( | ) | const [inline] |
Definition at line 97 of file MyGUI_Version.h.
static Version MyGUI::Version::parse | ( | const std::string & | _value | ) | [inline, static] |
Definition at line 109 of file MyGUI_Version.h.
std::string MyGUI::Version::print | ( | ) | const [inline] |
Definition at line 102 of file MyGUI_Version.h.
Definition at line 68 of file MyGUI_Version.h.
Definition at line 43 of file MyGUI_Version.h.
std::ostream& operator<< | ( | std::ostream & | _stream, |
const Version & | _value | ||
) | [friend] |
Definition at line 73 of file MyGUI_Version.h.
Definition at line 58 of file MyGUI_Version.h.
Definition at line 63 of file MyGUI_Version.h.
Definition at line 53 of file MyGUI_Version.h.
Definition at line 48 of file MyGUI_Version.h.
std::istream& operator>> | ( | std::istream & | _stream, |
Version & | _value | ||
) | [friend] |
Definition at line 79 of file MyGUI_Version.h.