#include <mim/plugin.h>
Public Member Functions | |
| constexpr auto | operator<=> (const Version &other) const noexcept |
| Compares major/minor/suffix, ignores hash. | |
| constexpr bool | operator== (const Version &other) const noexcept |
| Compares major/minor/suffix, ignores hash. | |
Public Attributes | |
| int | major |
| int | minor |
| const char * | suffix |
| const char * | hash |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Version &v) |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
friend |
| const char* mim::Version::hash |
Definition at line 127 of file plugin.h.
Referenced by operator<<.
| int mim::Version::major |
Definition at line 124 of file plugin.h.
Referenced by operator<<, operator<=>(), and operator==().
| int mim::Version::minor |
Definition at line 125 of file plugin.h.
Referenced by operator<<, operator<=>(), and operator==().
| const char* mim::Version::suffix |
Definition at line 126 of file plugin.h.
Referenced by operator<<, operator<=>(), and operator==().