#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) |
Detailed Description
Definition at line 32 of file MyGUI_Version.h.
Constructor & Destructor Documentation
MyGUI::Version::Version |
( |
unsigned int |
_major = 0 , |
|
|
unsigned int |
_minor = 0 , |
|
|
unsigned int |
_patch = 0 |
|
) |
| |
|
inline |
Member Function Documentation
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 |
Friends And Related Function Documentation
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: