![]() |
Verovio
Source code documentation
|
This is the complete list of members for vrv::Fraction, including all inherited members.
| Fraction(int num=0) (defined in vrv::Fraction) | vrv::Fraction | inlineexplicit |
| Fraction(int num, int denom) (defined in vrv::Fraction) | vrv::Fraction | explicit |
| Fraction(data_DURATION duration) (defined in vrv::Fraction) | vrv::Fraction | explicit |
| Fraction(T num) (defined in vrv::Fraction) | vrv::Fraction | inline |
| GetDenominator() const (defined in vrv::Fraction) | vrv::Fraction | inline |
| GetNumerator() const | vrv::Fraction | inline |
| operator%(const Fraction &other) const | vrv::Fraction | |
| operator*(const Fraction &other) const | vrv::Fraction | |
| operator+(const Fraction &other) const | vrv::Fraction | |
| operator-(const Fraction &other) const | vrv::Fraction | |
| operator/(const Fraction &other) const | vrv::Fraction | |
| operator<=>(const Fraction &other) const | vrv::Fraction | |
| operator==(const Fraction &other) const | vrv::Fraction | |
| Reduce(int &numerator, int &denominator) | vrv::Fraction | static |
| ToDouble() const | vrv::Fraction | |
| ToDur() const | vrv::Fraction | |
| ToString() const | vrv::Fraction |