#include <DottedVersion.hpp>
Public Types | |
| typedef boost::uint8_t | uint8_t |
Public Member Functions | |
| DottedVersion (uint8_t inMajor=0, uint8_t inMinor=0, uint8_t inRevision=0, uint8_t inReserved=0) | |
| bool | operator== (const DottedVersion &rhs) const |
| bool | operator> (const DottedVersion &rhs) const |
| bool | operator>= (const DottedVersion &rhs) const |
| bool | operator< (const DottedVersion &rhs) const |
| bool | operator<= (const DottedVersion &rhs) const |
Public Attributes | |
| uint8_t | mMajor |
| uint8_t | mMinor |
| uint8_t | mRevision |
| uint8_t | mReserved |
Definition at line 28 of file DottedVersion.hpp.
1.5.6