|
LMMS
|
class containing a zynaddsubfx version More...
#include <zyn-version.h>
Public Member Functions | |
| constexpr | version_type (char maj, char min, char rev) |
| constexpr | version_type () |
| constructs the current zynaddsubfx version | |
| void | set_major (int maj) |
| void | set_minor (int min) |
| void | set_revision (int rev) |
| int | get_major () const |
| int | get_minor () const |
| int | get_revision () const |
| constexpr bool | operator< (const version_type &other) const |
Private Member Functions | |
| constexpr int | v_strcmp (const version_type &v2, int i) const |
Private Attributes | |
| char | version [3] |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const version_type &v) |
| prints version as <major>.<minor>.<revision> | |
class containing a zynaddsubfx version
|
inlineconstexpr |
|
inlineconstexpr |
constructs the current zynaddsubfx version
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
inlineconstexprprivate |
|
friend |
prints version as <major>.<minor>.<revision>
|
private |