Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KJS::HashEntry Struct Reference

#include <lookup.h>

List of all members.

Public Attributes

const char * s
int value
short int attr
short int params
const HashEntry * next


Detailed Description

An entry in a hash table.

Definition at line 37 of file lookup.h.


Member Data Documentation

short int KJS::HashEntry::attr
 

attr is a set for flags (e.g. the property flags, see object.h)

Definition at line 49 of file lookup.h.

const HashEntry* KJS::HashEntry::next
 

next is the pointer to the next entry for the same hash value

Definition at line 58 of file lookup.h.

short int KJS::HashEntry::params
 

params is another number. For property hashtables, it is used to denote the number of argument of the function

Definition at line 54 of file lookup.h.

const char* KJS::HashEntry::s
 

s is the key (e.g. a property name)

Definition at line 41 of file lookup.h.

int KJS::HashEntry::value
 

value is the result value (usually an enum value)

Definition at line 45 of file lookup.h.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 23:30:34 2003 for kdelibs by doxygen1.2.18