Public Member Functions | |
| Value (T v) | |
| Value () | |
| Class constructor. New value is blank. | |
Public Attributes | |
| bool | isNumber |
| If true this value is number. False indicates that there is error in data file or missing data. | |
| T | val |
| Stored number (0 if blank). | |
| DataOperations< T >::Value::Value | ( | T | v | ) | [inline] |
Class constructor.
| v | number to store |
| DataOperations< T >::Value::Value | ( | ) | [inline] |
Class constructor. New value is blank.
| bool DataOperations< T >::Value::isNumber |
If true this value is number. False indicates that there is error in data file or missing data.
| T DataOperations< T >::Value::val |
Stored number (0 if blank).
1.5.9