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