#include <UnitIO.h>
Public Member Functions | |
IUnitErr (T &t, T &dt, const UT &u) | |
Constructor given an object to be read assuming the given unit. | |
Public Attributes | |
T & | x |
Reference to the object to be read. | |
T & | dx |
The estimated error of the number to be read. | |
UT | ut |
The unit assumed when reading the object. |
Definition at line 237 of file UnitIO.h.
ThePEG::IUnitErr< T, UT >::IUnitErr | ( | T & | t, | |
T & | dt, | |||
const UT & | u | |||
) | [inline] |
T& ThePEG::IUnitErr< T, UT >::x |
Reference to the object to be read.
Definition at line 244 of file UnitIO.h.
Referenced by ThePEG::operator>>().
T& ThePEG::IUnitErr< T, UT >::dx |
The estimated error of the number to be read.
Definition at line 247 of file UnitIO.h.
Referenced by ThePEG::operator>>().
UT ThePEG::IUnitErr< T, UT >::ut |
The unit assumed when reading the object.
Definition at line 250 of file UnitIO.h.
Referenced by ThePEG::operator>>().