![]() |
Ardour
8.12
|
#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 68 of file temporal/temporal/types.h.
|
inline |
Definition at line 72 of file temporal/temporal/types.h.
|
inline |
Definition at line 73 of file temporal/temporal/types.h.
|
inline |
Definition at line 76 of file temporal/temporal/types.h.
|
inline |
Definition at line 78 of file temporal/temporal/types.h.
|
inline |
Definition at line 79 of file temporal/temporal/types.h.
|
inline |
Definition at line 75 of file temporal/temporal/types.h.
|
inline |
Definition at line 87 of file temporal/temporal/types.h.
|
inline |
Definition at line 83 of file temporal/temporal/types.h.
|
inline |
Definition at line 81 of file temporal/temporal/types.h.
|
private |
Definition at line 93 of file temporal/temporal/types.h.
|
private |
Definition at line 92 of file temporal/temporal/types.h.