![]() |
MAK Data Logger API Documentation for HLA
|
This is a collection of functions for the DtString class that includes More conversions from different types of objects WARNING: This function may be used in strange casting ways in order to get around the limitations of C++. More...
Inheritance diagram for DtConversionString:
Collaboration diagram for DtConversionString:Public Member Functions | |
| DtConversionString (double val, int precision) | |
| DtConversionString (float val, int precision) | |
| DtConversionString (unsigned char val) | |
| DtConversionString (long long val) | |
| DtConversionString (unsigned long long val) | |
| void | setString (double val, int precision) |
| void | setString (float val, int precision) |
This is a collection of functions for the DtString class that includes More conversions from different types of objects WARNING: This function may be used in strange casting ways in order to get around the limitations of C++.
For this reason, no Virtual functions or variables can be included
| DtConversionString::DtConversionString | ( | double | val, |
| int | precision | ||
| ) |
| DtConversionString::DtConversionString | ( | float | val, |
| int | precision | ||
| ) |
| DtConversionString::DtConversionString | ( | unsigned char | val | ) |
| DtConversionString::DtConversionString | ( | long long | val | ) |
| DtConversionString::DtConversionString | ( | unsigned long long | val | ) |
| void DtConversionString::setString | ( | double | val, |
| int | precision | ||
| ) |
| void DtConversionString::setString | ( | float | val, |
| int | precision | ||
| ) |