Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Static Public Member Functions | List of all members
rsimpl::firmware_version Class Reference

#include <types.h>

Public Member Functions

 firmware_version ()
 
 firmware_version (int major, int minor, int patch, int build, bool is_any=false)
 
 firmware_version (const std::string &name)
 
bool operator<= (const firmware_version &other) const
 
bool operator== (const firmware_version &other) const
 
bool operator> (const firmware_version &other) const
 
bool operator!= (const firmware_version &other) const
 
bool operator< (const firmware_version &other) const
 
bool operator>= (const firmware_version &other) const
 
bool is_between (const firmware_version &from, const firmware_version &until)
 
 operator const char * () const
 

Static Public Member Functions

static firmware_version any ()
 

Constructor & Destructor Documentation

rsimpl::firmware_version::firmware_version ( )
inline
rsimpl::firmware_version::firmware_version ( int  major,
int  minor,
int  patch,
int  build,
bool  is_any = false 
)
inline
rsimpl::firmware_version::firmware_version ( const std::string &  name)
inlineexplicit

Member Function Documentation

static firmware_version rsimpl::firmware_version::any ( )
inlinestatic
bool rsimpl::firmware_version::is_between ( const firmware_version from,
const firmware_version until 
)
inline
rsimpl::firmware_version::operator const char * ( ) const
inline
bool rsimpl::firmware_version::operator!= ( const firmware_version other) const
inline
bool rsimpl::firmware_version::operator< ( const firmware_version other) const
inline
bool rsimpl::firmware_version::operator<= ( const firmware_version other) const
inline
bool rsimpl::firmware_version::operator== ( const firmware_version other) const
inline
bool rsimpl::firmware_version::operator> ( const firmware_version other) const
inline
bool rsimpl::firmware_version::operator>= ( const firmware_version other) const
inline

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