#include <ddcVersion.h>
◆ DDCVersionT() [1/3]
DDCVersionT::DDCVersionT |
( |
DWORD |
vmajor = 0 , |
|
|
DWORD |
vminor = 0 , |
|
|
DWORD |
vmicro = 0 |
|
) |
| |
|
inline |
◆ DDCVersionT() [2/3]
◆ DDCVersionT() [3/3]
DDCVersionT::DDCVersionT |
( |
const std::string & |
s | ) |
|
|
inline |
◆ current()
◆ clear()
void DDCVersionT::clear |
( |
void |
| ) |
|
|
inline |
◆ empty()
bool DDCVersionT::empty |
( |
void |
| ) |
|
|
inline |
◆ operator==()
bool DDCVersionT::operator== |
( |
const DDCVersionT |
x | ) |
const |
|
inline |
◆ operator<()
bool DDCVersionT::operator< |
( |
const DDCVersionT |
x | ) |
const |
|
inline |
◆ operator<=()
bool DDCVersionT::operator<= |
( |
const DDCVersionT |
x | ) |
const |
|
inline |
◆ operator>()
bool DDCVersionT::operator> |
( |
const DDCVersionT |
x | ) |
const |
|
inline |
◆ operator>=()
bool DDCVersionT::operator>= |
( |
const DDCVersionT |
x | ) |
const |
|
inline |
◆ toString()
void DDCVersionT::toString |
( |
std::string & |
s | ) |
const |
|
inline |
◆ str()
std::string DDCVersionT::str |
( |
void |
| ) |
const |
|
inline |
◆ fromString()
void DDCVersionT::fromString |
( |
const std::string & |
s | ) |
|
|
inline |
References clear(), ddc_format_version_check(), ddc_parse_format_version(), DDC_VERSION_MAJOR, DDC_VERSION_MICRO, DDC_VERSION_MINOR, DDCVersion(), DDCVersionMinR(), DDCVersionMinW(), and DDCVersionString().
Referenced by ddc_parse_format_version(), DDCVersionT(), and CDDCServerOptions::Set().
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
DDCVersionT |
v |
|
) |
| |
|
friend |
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
DDCVersionT & |
v |
|
) |
| |
|
friend |
◆ v_major
DWORD DDCVersionT::v_major |
◆ v_minor
DWORD DDCVersionT::v_minor |
◆ v_micro
DWORD DDCVersionT::v_micro |
The documentation for this class was generated from the following file: