LibNRG  0.0.1
Networking for Real-time Games library
 All Classes Files Functions Variables Friends
nrg::Version Struct Reference

A class to store the version of the library. More...

#include <nrg_version.h>

Public Member Functions

 Version ()
 Default constructor.
 
 Version (uint16_t a, uint16_t b, uint16_t c)
 Construct with major, minor and patch version a, b, and c respectively.
 
Comparison operators
bool operator> (const Version &) const
 
bool operator< (const Version &) const
 
bool operator>= (const Version &) const
 
bool operator<= (const Version &) const
 
bool operator== (const Version &) const
 
bool operator!= (const Version &) const
 

Public Attributes

uint16_t v_major
 
uint16_t v_minor
 
uint16_t v_patch
 

Detailed Description


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