|
Flow123d
release_2.2.0-37-g336ee74
|
Store structure given by parser. More...
#include <unit_converter.hh>

Public Member Functions | |
| Factor () | |
| Constructor. More... | |
| Factor (std::string factor, int exponent, bool basic=true) | |
Public Attributes | |
| std::string | factor_ |
| string represantation of unit or user defined constant More... | |
| int | exponent_ |
| exponent More... | |
| bool | basic_ |
| unit is basic (strict defined in application) / derived (defined by user as formula) More... | |
Store structure given by parser.
Definition at line 41 of file unit_converter.hh.
|
inline |
Constructor.
Definition at line 43 of file unit_converter.hh.
|
inline |
Definition at line 44 of file unit_converter.hh.
| bool Factor::basic_ |
unit is basic (strict defined in application) / derived (defined by user as formula)
Definition at line 48 of file unit_converter.hh.
| int Factor::exponent_ |
exponent
Definition at line 47 of file unit_converter.hh.
| std::string Factor::factor_ |
string represantation of unit or user defined constant
Definition at line 46 of file unit_converter.hh.
1.8.11