#include <MyGUI_Version.h>
Static Public Member Functions |
| static Version | parse (const std::string &_value) |
Detailed Description
Definition at line 33 of file MyGUI_Version.h.
Constructor & Destructor Documentation
| MyGUI::Version::Version |
( |
| ) |
|
|
inline |
| MyGUI::Version::Version |
( |
uint8 |
_major, |
|
|
uint8 |
_minor |
|
) |
| |
|
inline |
| MyGUI::Version::Version |
( |
const std::string & |
_value | ) |
|
|
inlineexplicit |
Member Function Documentation
| uint32 MyGUI::Version::getFullVersion |
( |
| ) |
const |
|
inline |
| uint8 MyGUI::Version::getMajor |
( |
| ) |
const |
|
inline |
| uint8 MyGUI::Version::getMinor |
( |
| ) |
const |
|
inline |
| uint16 MyGUI::Version::getPatch |
( |
| ) |
const |
|
inline |
| uint32 MyGUI::Version::getPoorVersion |
( |
| ) |
const |
|
inline |
| static Version MyGUI::Version::parse |
( |
const std::string & |
_value | ) |
|
|
inlinestatic |
| std::string MyGUI::Version::print |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
_stream, |
|
|
const Version & |
_value |
|
) |
| |
|
friend |
| std::istream& operator>> |
( |
std::istream & |
_stream, |
|
|
Version & |
_value |
|
) |
| |
|
friend |
Field Documentation
| uint8 MyGUI::Version::value_data[4] |
The documentation for this class was generated from the following file: