#include <object.h>
Class Information.
Definition at line 58 of file object.h.
◆ className
const char* KJS::ClassInfo::className |
A string denoting the class name.
Example: "Window".
Definition at line 62 of file object.h.
◆ dummy
void* KJS::ClassInfo::dummy |
Reserved for future extension.
Definition at line 75 of file object.h.
◆ parentClass
Pointer to the class information of the base class.
0L if there is none.
Definition at line 67 of file object.h.
◆ propHashTable
const HashTable* KJS::ClassInfo::propHashTable |
Static hash-table of properties.
Definition at line 71 of file object.h.
The documentation for this struct was generated from the following file: