Flow123d
master-f44eb46
|
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 49 of file unit_converter.hh.
|
inline |
Constructor.
Definition at line 51 of file unit_converter.hh.
|
inline |
Definition at line 52 of file unit_converter.hh.
bool Factor::basic_ |
unit is basic (strict defined in application) / derived (defined by user as formula)
Definition at line 56 of file unit_converter.hh.
int Factor::exponent_ |
exponent
Definition at line 55 of file unit_converter.hh.
std::string Factor::factor_ |
string represantation of unit or user defined constant
Definition at line 54 of file unit_converter.hh.