MIRA
Public Member Functions | Public Attributes | List of all members
LibraryVersion Struct Reference

#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
 

Constructor & Destructor Documentation

◆ LibraryVersion() [1/2]

LibraryVersion ( )
inline

◆ LibraryVersion() [2/2]

LibraryVersion ( uint32  iMajor,
uint32  iMinor,
uint32  iPatch 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

◆ operator==()

bool operator== ( const LibraryVersion other) const
inline

◆ operator!=()

bool operator!= ( const LibraryVersion other) const
inline

◆ empty()

bool empty ( )
inline

Member Data Documentation

◆ mMajor

uint32 mMajor

◆ mMinor

uint32 mMinor

◆ mPatch

uint32 mPatch

The documentation for this struct was generated from the following file: