|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Classes | |
| class | BasicExcel |
| class | BasicExcelCell |
| class | BasicExcelWorksheet |
| struct | BOF |
| struct | CODE |
| struct | LargeString |
| class | Record |
| struct | SmallString |
| class | Workbook |
| class | Worksheet |
| struct | YEOF |
Functions | |
| bool | IsRKValueAnInteger (int rkValue) |
| Returns true if the supplied rk value contains an integer. More... | |
| bool | IsRKValueADouble (int rkValue) |
| Returns true if the supplied rk value contains a double. More... | |
| double | GetDoubleFromRKValue (int rkValue) |
| Convert a rk value to a double. More... | |
| int | GetIntegerFromRKValue (int rkValue) |
| Convert a rk value to an integer. More... | |
| int | GetRKValueFromDouble (double value) |
| Convert a double to a rk value. More... | |
| int | GetRKValueFromInteger (int value) |
| Convert an integer to a rk value. More... | |
| bool | CanStoreAsRKValue (double value) |
| Returns true if the supplied double can be stored as a rk value. More... | |
| ostream & | operator<< (ostream &os, const BasicExcelCell &cell) |
| bool YExcel::CanStoreAsRKValue | ( | double | value | ) |
Returns true if the supplied double can be stored as a rk value.
Definition at line 4454 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcel::UpdateWorksheets().
| double YExcel::GetDoubleFromRKValue | ( | int | rkValue | ) |
Convert a rk value to a double.
Definition at line 4392 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcelWorksheet::UpdateCells().
| int YExcel::GetIntegerFromRKValue | ( | int | rkValue | ) |
Convert a rk value to an integer.
Definition at line 4409 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcelWorksheet::UpdateCells().
| int YExcel::GetRKValueFromDouble | ( | double | value | ) |
Convert a double to a rk value.
Definition at line 4418 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcel::UpdateWorksheets().
| int YExcel::GetRKValueFromInteger | ( | int | value | ) |
Convert an integer to a rk value.
Definition at line 4446 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcel::UpdateWorksheets().
| bool YExcel::IsRKValueADouble | ( | int | rkValue | ) |
Returns true if the supplied rk value contains a double.
Definition at line 4386 of file BasicExcel.cpp.
| bool YExcel::IsRKValueAnInteger | ( | int | rkValue | ) |
Returns true if the supplied rk value contains an integer.
Definition at line 4380 of file BasicExcel.cpp.
Referenced by YExcel::BasicExcelWorksheet::UpdateCells().
| ostream & YExcel::operator<< | ( | std::ostream & | os, |
| const BasicExcelCell & | cell | ||
| ) |
Definition at line 5868 of file BasicExcel.cpp.