kjs Library API Documentation

number_object.lut.h

00001 /* Automatically generated from number_object.cpp using ./create_hash_table. DO NOT EDIT ! */
00002 
00003 #include "lookup.h"
00004 
00005 using namespace KJS;
00006 
00007 namespace KJS {
00008 
00009 const struct HashEntry numberTableEntries[] = {
00010    { "POSITIVE_INFINITY", NumberObjectImp::PosInfinity, DontEnum, 0, 0 },
00011    { "MAX_VALUE", NumberObjectImp::MaxValue, DontEnum, 0, 0 },
00012    { 0, 0, 0, 0, 0 },
00013    { "NaN", NumberObjectImp::NaNValue, DontEnum, 0, &numberTableEntries[5] },
00014    { "MIN_VALUE", NumberObjectImp::MinValue, DontEnum, 0, 0 },
00015    { "NEGATIVE_INFINITY", NumberObjectImp::NegInfinity, DontEnum, 0, 0 }
00016 };
00017 
00018 const struct HashTable numberTable = { 2, 6, numberTableEntries, 5 };
00019 
00020 } // namespace
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:08:32 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001