MIRA
|
#include <factory/LibraryRegistry.h>
Public Member Functions | |
LibraryVersion () | |
LibraryVersion (uint32 iMajor, uint32 iMinor, uint32 iPatch) | |
template<typename Reflector > | |
void | reflect (Reflector &r) |
bool | operator== (const LibraryVersion &other) const |
bool | operator!= (const LibraryVersion &other) const |
bool | empty () |
Public Attributes | |
uint32 | mMajor |
uint32 | mMinor |
uint32 | mPatch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uint32 mMajor |
uint32 mMinor |
uint32 mPatch |