OpenNI 1.3.2
Public Member Functions | List of all members
xn::Version Class Reference

#include <XnCppWrapper.h>

Public Member Functions

 Version (const XnVersion &version)
 
 Version (XnUInt8 nMajor, XnUInt8 nMinor, XnUInt16 nMaintenance, XnUInt32 nBuild)
 
bool operator== (const Version &other) const
 
bool operator!= (const Version &other) const
 
bool operator< (const Version &other) const
 
bool operator<= (const Version &other) const
 
bool operator> (const Version &other) const
 
bool operator>= (const Version &other) const
 

Constructor & Destructor Documentation

xn::Version::Version ( const XnVersion version)
inline
xn::Version::Version ( XnUInt8  nMajor,
XnUInt8  nMinor,
XnUInt16  nMaintenance,
XnUInt32  nBuild 
)
inline

Member Function Documentation

bool xn::Version::operator!= ( const Version other) const
inline
bool xn::Version::operator< ( const Version other) const
inline
bool xn::Version::operator<= ( const Version other) const
inline
bool xn::Version::operator== ( const Version other) const
inline
bool xn::Version::operator> ( const Version other) const
inline
bool xn::Version::operator>= ( const Version other) const
inline

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