#include <nxlib_version.h>
Public Member Functions | |
void | fillFromNxLib () |
bool | meetsMinimumRequirement (int majorRequired, int minorRequired) const |
std::string | toString () const |
Public Attributes | |
int | build |
int | major |
int | minor |
Definition at line 7 of file nxlib_version.h.
|
inline |
Return the current NxLib version information.
Definition at line 16 of file nxlib_version.h.
|
inline |
Check whether the given required version is met.
Definition at line 29 of file nxlib_version.h.
|
inline |
Return the version number as string with format <major.minor.build>.
Definition at line 37 of file nxlib_version.h.
int NxLibVersion::build |
Definition at line 11 of file nxlib_version.h.
int NxLibVersion::major |
Definition at line 9 of file nxlib_version.h.
int NxLibVersion::minor |
Definition at line 10 of file nxlib_version.h.