#include "libavutil/rational.h"
#include <QString>
Go to the source code of this file.
|
| bool | operator== (MythAVRational lhs, MythAVRational rhs) |
| |
| bool | operator!= (MythAVRational lhs, MythAVRational rhs) |
| |
| bool | operator< (MythAVRational lhs, MythAVRational rhs) |
| |
| bool | operator> (MythAVRational lhs, MythAVRational rhs) |
| |
| bool | operator<= (MythAVRational lhs, MythAVRational rhs) |
| |
| bool | operator>= (MythAVRational lhs, MythAVRational rhs) |
| |
| MythAVRational | operator+ (MythAVRational lhs, MythAVRational rhs) |
| |
| MythAVRational | operator- (MythAVRational lhs, MythAVRational rhs) |
| |
| MythAVRational | operator* (MythAVRational lhs, MythAVRational rhs) |
| |
| MythAVRational | operator/ (MythAVRational lhs, MythAVRational rhs) |
| |
◆ operator!=()
◆ operator*()
◆ operator+()
◆ operator-()
◆ operator/()
◆ operator<()
◆ operator<=()
◆ operator==()
◆ operator>()
◆ operator>=()