![]() |
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 (DtFloat64 val, int precision) | |
| DtConversionString (DtFloat32 val, int precision) | |
| DtConversionString (DtU8 val) | |
| DtConversionString (DtInt64 val) | |
| DtConversionString (DtU64 val) | |
| void | setString (DtFloat64 val, int precision) |
| void | setString (DtFloat32 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 | ( | DtFloat64 | val, |
| int | precision | ||
| ) |
| DtConversionString::DtConversionString | ( | DtFloat32 | val, |
| int | precision | ||
| ) |
| DtConversionString::DtConversionString | ( | DtU8 | val | ) |
| DtConversionString::DtConversionString | ( | DtInt64 | val | ) |
| DtConversionString::DtConversionString | ( | DtU64 | val | ) |
| void DtConversionString::setString | ( | DtFloat64 | val, |
| int | precision | ||
| ) |
| void DtConversionString::setString | ( | DtFloat32 | val, |
| int | precision | ||
| ) |