DUDS
Distributed Update of Data from Something
Quantity.hpp File Reference
Include dependency graph for Quantity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  duds::data::Quantity
 A container for a value and a unit to better describe the value. More...
 

Namespaces

 duds
 
 duds::data
 

Functions

Quantity duds::data::operator* (double s, const Quantity &q)
 Multiplies a Quantity by a scalar. More...
 
Quantity duds::data::operator/ (double s, const Quantity &q)
 Divides a Quantity by a scalar. More...