#include <UnitConverter.h>
Public Member Functions | |
std::string | ucstring () |
UnitConverter (ALIdouble val, const ALIstring &category) | |
~UnitConverter () | |
Public Attributes | |
bool | angl_ |
CocoaBestUnit * | bu_ |
Definition at line 15 of file UnitConverter.h.
UnitConverter::~UnitConverter | ( | ) |
Definition at line 24 of file UnitConverter.cc.
References bu_.
std::string UnitConverter::ucstring | ( | ) |
Definition at line 29 of file UnitConverter.cc.
References angl_, bu_, CocoaBestUnit::GetValue(), alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, and x.
bool UnitConverter::angl_ |
Definition at line 24 of file UnitConverter.h.
Referenced by ucstring(), and UnitConverter().
CocoaBestUnit* UnitConverter::bu_ |
Definition at line 23 of file UnitConverter.h.
Referenced by ucstring(), and ~UnitConverter().