#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 250 of file parser.h.
| void UnitConverter::operator() | ( | realnum * | t | ) |  const [inline] | 
        
const realnum UnitConverter::m_unit [private] | 
        
Definition at line 252 of file parser.h.
Referenced by operator()().
 1.6.1