Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Classes | Functions
unit_si.hh File Reference
#include <vector>
#include <string>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UnitSI
 Class for representation SI units of Fields. More...
 

Functions

UnitSI operator* (const UnitSI &a, const UnitSI &b)
 Product of two units. More...
 
UnitSI operator/ (const UnitSI &a, const UnitSI &b)
 Proportion of two units. More...
 

Function Documentation

UnitSI operator* ( const UnitSI a,
const UnitSI b 
)

Product of two units.

Definition at line 150 of file unit_si.cc.

Here is the caller graph for this function:

UnitSI operator/ ( const UnitSI a,
const UnitSI b 
)

Proportion of two units.

Definition at line 163 of file unit_si.cc.