KJS
KJS::Lookup Class Reference
#include <lookup.h>
Detailed Description
Fast keyword lookup.Definition at line 98 of file lookup.h.
Static Public Member Functions | |
| static int | find (const struct HashTable *table, const Identifier &s) |
| static int | find (const struct HashTable *table, const UChar *c, unsigned int len) |
| static const HashEntry * | findEntry (const struct HashTable *table, const Identifier &s) |
Member Function Documentation
| int Lookup::find | ( | const struct HashTable * | table, | |
| const Identifier & | s | |||
| ) | [static] |
Find an entry in the table, and return its value (i.e.
the value field of HashEntry)
Definition at line 88 of file lookup.cpp.
Definition at line 79 of file lookup.cpp.
| const HashEntry * Lookup::findEntry | ( | const struct HashTable * | table, | |
| const Identifier & | s | |||
| ) | [static] |
Find an entry in the table, and return the entry This variant gives access to the other attributes of the entry, especially the attr field.
Definition at line 72 of file lookup.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference