Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
Formula Struct Reference

#include <unit_converter.hh>

Collaboration diagram for Formula:
Collaboration graph
[legend]

Public Member Functions

 Formula ()
 Constructor. More...
 

Public Attributes

double coef_
 multiplicative coeficient More...
 
std::vector< struct Factorfactors_
 factors of formula More...
 

Detailed Description

Definition at line 58 of file unit_converter.hh.

Constructor & Destructor Documentation

◆ Formula()

Formula::Formula ( )
inline

Constructor.

Definition at line 60 of file unit_converter.hh.

Member Data Documentation

◆ coef_

double Formula::coef_

multiplicative coeficient

Definition at line 62 of file unit_converter.hh.

◆ factors_

std::vector<struct Factor> Formula::factors_

factors of formula

Definition at line 63 of file unit_converter.hh.


The documentation for this struct was generated from the following file: