1#ifndef HYDROBRICKS_HYDRO_UNIT_PROPERTY_H
2#define HYDROBRICKS_HYDRO_UNIT_PROPERTY_H
22 double GetValue(
const string& unit =
"")
const;
Definition HydroUnitProperty.h:6
string GetName()
Definition HydroUnitProperty.h:36
string GetValueString() const
Definition HydroUnitProperty.cpp:42
double GetValue(const string &unit="") const
Definition HydroUnitProperty.cpp:19