KJS::PropertyMapHashTableEntry Struct Reference
#include <property_map.h>
Public Attributes | |
UString::Rep * | key |
ValueImp * | value |
int | attributes |
Detailed Description
A hashtable entry for the PropertyMap.
Definition at line 57 of file property_map.h.
Constructor & Destructor Documentation
◆ PropertyMapHashTableEntry()
|
inline |
Definition at line 59 of file property_map.h.
Member Data Documentation
◆ attributes
int KJS::PropertyMapHashTableEntry::attributes |
Definition at line 62 of file property_map.h.
◆ key
UString::Rep* KJS::PropertyMapHashTableEntry::key |
Definition at line 60 of file property_map.h.
◆ value
ValueImp* KJS::PropertyMapHashTableEntry::value |
Definition at line 61 of file property_map.h.
The documentation for this struct was generated from the following file: