#include <parser.h>
Public Member Functions | |
| UnitConverter (double unit) | |
| void | operator() (realnum *t) const |
Private Attributes | |
| const realnum | m_unit |
Generator for functors which convert the unit of their argument
Definition at line 257 of file parser.h.
| void UnitConverter::operator() | ( | realnum * | t | ) | const [inline] |
const realnum UnitConverter::m_unit [private] |
Definition at line 259 of file parser.h.
Referenced by operator()().
1.6.1