astrotypes  0.0
Classes | Namespaces | Functions
Quantity.h File Reference
#include <boost/units/quantity.hpp>
Include dependency graph for Quantity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pss::astrotypes::units::Quantity< Unit, NumericalRep, Enabled >
 
struct  boost::units::multiply_typeof_helper< T1, pss::astrotypes::units::Quantity< Unit, X > >
 
struct  boost::units::multiply_typeof_helper< pss::astrotypes::units::Quantity< Unit, X >, T1 >
 
struct  boost::units::divide_typeof_helper< T1, pss::astrotypes::units::Quantity< Unit, X > >
 
struct  boost::units::divide_typeof_helper< pss::astrotypes::units::Quantity< Unit, X >, T1 >
 

Namespaces

 pss
 
 pss::astrotypes
 
 pss::astrotypes::units
 
 boost
 
 boost::units
 

Functions

template<typename Unit , typename Rep , typename Unit2 , typename Rep2 >
Quantity< Unit, Rep > pss::astrotypes::units::operator+ (Quantity< Unit, Rep > const &a, boost::units::quantity< Unit2, Rep2 > const &b)
 
template<typename Unit , typename Rep , typename Unit2 , typename Rep2 >
Quantity< Unit, Rep > pss::astrotypes::units::operator- (Quantity< Unit, Rep > const &a, boost::units::quantity< Unit2, Rep2 > const &b)