Library: Util
Package: Units
Header: Poco/Util/Units.h
Direct Base Classes: Placeholder
All Base Classes: Placeholder
Member Functions: appendUnit, get
Inherited Functions: appendUnit, get
typedef Value < typename U::ValueType, typename U::Unit > ValueType;
Holder(
const U & val
);
void appendUnit(
std::ostream & os
) const;
double get() const;
ValueType _val;