HashEntry Struct Reference
An entry in a hash table. More...
#include <lookup.h>
Public Attributes | |
const char * | s |
s is the key (e.g. | |
int | value |
value is the result value (usually an enum value) | |
short int | attr |
attr is a set for flags (e.g. | |
short int | params |
params is another number. | |
const HashEntry * | next |
next is the pointer to the next entry for the same hash value |
Detailed Description
An entry in a hash table.
Definition at line 33 of file lookup.h.
Member Data Documentation
|
attr is a set for flags (e.g. the property flags, see object.h) |
|
next is the pointer to the next entry for the same hash value
Definition at line 54 of file lookup.h. Referenced by Lookup::findEntry(). |
|
params is another number. For property hashtables, it is used to denote the number of argument of the function |
|
s is the key (e.g. a property name) Definition at line 37 of file lookup.h. Referenced by Lookup::findEntry(). |
|
value is the result value (usually an enum value)
Definition at line 41 of file lookup.h. Referenced by Lookup::find(). |
The documentation for this struct was generated from the following file:
- lib/cppparser/lookup.h