OpenShot Library | libopenshot
0.3.3
|
Header file for Fraction class. More...
#include <string>
#include <utility>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | openshot::Fraction |
This class represents a fraction. More... | |
Namespaces | |
openshot | |
This namespace is the default namespace for all code in the openshot library. | |
Functions | |
template<class numT > | |
numT | openshot::operator* (const numT &left, const openshot::Fraction &right) |
Multiplication in the form (numeric_value * openshot_Fraction) More... | |
template<class numT > | |
numT | openshot::operator/ (const numT &left, const openshot::Fraction &right) |
Division in the form (numeric_value / openshot_Fraction) More... | |
template<class charT , class traits > | |
std::basic_ostream< charT, traits > & | openshot::operator<< (std::basic_ostream< charT, traits > &o, const openshot::Fraction &frac) |