#include <types.h>
Definition at line 200 of file types.h.
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 |
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 |
std::string rsimpl::firmware_version::to_string |
( |
| ) |
const |
|
private |
bool rsimpl::firmware_version::is_any |
|
private |
int rsimpl::firmware_version::m_build |
|
private |
int rsimpl::firmware_version::m_major |
|
private |
int rsimpl::firmware_version::m_minor |
|
private |
int rsimpl::firmware_version::m_patch |
|
private |
std::string rsimpl::firmware_version::string_representation |
|
private |
The documentation for this class was generated from the following files: