Ardour
9.0-pre0-582-g084a23a80d
|
#include <types.h>
Public Member Functions | |
_ratio_t (T n, T d) | |
_ratio_t (T n) | |
T | numerator () const |
T | denominator () const |
bool | is_unity () const |
bool | is_zero () const |
double | to_double () const |
bool | operator== (_ratio_t< T > const &other) const |
bool | operator!= (_ratio_t< T > const &other) const |
Private Attributes | |
T | _numerator |
T | _denominator |
Definition at line 69 of file temporal/temporal/types.h.
|
inline |
Definition at line 73 of file temporal/temporal/types.h.
|
inline |
Definition at line 74 of file temporal/temporal/types.h.
|
inline |
Definition at line 77 of file temporal/temporal/types.h.
|
inline |
Definition at line 79 of file temporal/temporal/types.h.
|
inline |
Definition at line 80 of file temporal/temporal/types.h.
|
inline |
Definition at line 76 of file temporal/temporal/types.h.
|
inline |
Definition at line 88 of file temporal/temporal/types.h.
|
inline |
Definition at line 84 of file temporal/temporal/types.h.
|
inline |
Definition at line 82 of file temporal/temporal/types.h.
|
private |
Definition at line 94 of file temporal/temporal/types.h.
|
private |
Definition at line 93 of file temporal/temporal/types.h.