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

#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
 

Constructor & Destructor Documentation

◆ LibraryVersion() [1/2]

LibraryVersion ( )
inline

◆ LibraryVersion() [2/2]

LibraryVersion ( int  iMajor,
int  iMinor,
int  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

Member Data Documentation

◆ mMajor

int mMajor

◆ mMinor

int mMinor

◆ mPatch

int mPatch

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