Struct that contains the version information of this library. More...
#include <LuaHashMap.h>
Data Fields | |
unsigned char | major |
unsigned char | minor |
unsigned char | patch |
Struct that contains the version information of this library.
This represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
unsigned char LuaHashMapVersion::major |
unsigned char LuaHashMapVersion::minor |
unsigned char LuaHashMapVersion::patch |