#include "InterpKernelUnit.hxx"#include "InterpKernelExprParser.hxx"#include <cmath>#include <sstream>#include <iomanip>#include <limits>
Variables | |
| static const char | InterpKernelMuAscii [2] = {-0x4B,0x0} |
| static const char | InterpKernelMuUnicode [3] = {-0x3E,-0x4B,0x0} |
| static const char | InterpKernelDegreeCAscii [3] = {-0x50,0x43,0x0} |
| static const char | InterpKernelDegreeCUnicode [4] = {-0x3E,-0x50,0x43,0x0} |
| static const char | InterpKernelDegreeCUnicodeWin [3] = {-0x08,0x43,0x0} |
const char InterpKernelMuAscii[2] = {-0x4B,0x0} [static] |
const char InterpKernelMuUnicode[3] = {-0x3E,-0x4B,0x0} [static] |
const char InterpKernelDegreeCAscii[3] = {-0x50,0x43,0x0} [static] |
const char InterpKernelDegreeCUnicode[4] = {-0x3E,-0x50,0x43,0x0} [static] |
const char InterpKernelDegreeCUnicodeWin[3] = {-0x08,0x43,0x0} [static] |