OpenShot Library | libopenshot  0.3.2
Classes | Namespaces | Functions
Fraction.h File Reference

Header file for Fraction class. More...

#include <string>
#include <utility>
#include <map>
#include <vector>
Include dependency graph for Fraction.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Header file for Fraction class.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

License

Definition in file Fraction.h.