NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <algorithm>
#include <cmath>
#include <functional>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <map>
#include <vector>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | YCompoundFiles |
namespace | YExcel |
Macros | |
#define | UTF16 |
#define | SIZEOFWCHAR_T 2 |
Functions | |
bool | YExcel::IsRKValueAnInteger (int rkValue) |
Returns true if the supplied rk value contains an integer. More... | |
bool | YExcel::IsRKValueADouble (int rkValue) |
Returns true if the supplied rk value contains a double. More... | |
double | YExcel::GetDoubleFromRKValue (int rkValue) |
Convert a rk value to a double. More... | |
int | YExcel::GetIntegerFromRKValue (int rkValue) |
Convert a rk value to an integer. More... | |
int | YExcel::GetRKValueFromDouble (double value) |
Convert a double to a rk value. More... | |
int | YExcel::GetRKValueFromInteger (int value) |
Convert an integer to a rk value. More... | |
bool | YExcel::CanStoreAsRKValue (double value) |
Returns true if the supplied double can be stored as a rk value. More... | |
#define SIZEOFWCHAR_T 2 |
Definition at line 62 of file BasicExcel.hpp.
#define UTF16 |
Definition at line 60 of file BasicExcel.hpp.