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