#include <version.h>
Definition at line 25 of file version.h.
◆ Version() [1/3]
Inkscape::Version::Version |
( |
| ) |
|
◆ Version() [2/3]
Inkscape::Version::Version |
( |
unsigned |
major_version, |
|
|
unsigned |
minor_version |
|
) |
| |
◆ Version() [3/3]
Inkscape::Version::Version |
( |
unsigned |
major_version, |
|
|
unsigned |
minor_version, |
|
|
std::string_view |
suffix |
|
) |
| |
◆ from_string()
std::optional< Version > Inkscape::Version::from_string |
( |
const char * |
version_string | ) |
|
|
static |
◆ isInsideRangeInclusive()
bool Inkscape::Version::isInsideRangeInclusive |
( |
Version const & |
min_version, |
|
|
Version const & |
max_version |
|
) |
| const |
|
inline |
◆ operator<=>()
std::partial_ordering Inkscape::Version::operator<=> |
( |
Version const & |
other | ) |
const |
|
inline |
◆ operator==()
bool Inkscape::Version::operator== |
( |
Version const & |
other | ) |
const |
|
inline |
◆ str()
std::string const & Inkscape::Version::str |
( |
| ) |
const |
◆ _major
unsigned int Inkscape::Version::_major = 0 |
|
private |
◆ _minor
unsigned int Inkscape::Version::_minor = 0 |
|
private |
◆ _string_representation
std::string Inkscape::Version::_string_representation |
|
mutableprivate |
◆ _suffix
std::string Inkscape::Version::_suffix |
|
private |
For example, for development version.
Definition at line 51 of file version.h.
Referenced by str().
The documentation for this class was generated from the following files: