KJS
KJS::CollectorCell Struct Reference
#include <collector.h>
Detailed Description
Definition at line 133 of file collector.h.
Public Attributes | |
| union { | |
| double memory [CELL_ARRAY_LENGTH] | |
| struct { | |
| void * zeroIfFree | |
| ptrdiff_t next | |
| } freeCell | |
| } | u |
Member Data Documentation
| double KJS::CollectorCell::memory[CELL_ARRAY_LENGTH] |
Definition at line 135 of file collector.h.
Definition at line 137 of file collector.h.
| ptrdiff_t KJS::CollectorCell::next |
Definition at line 138 of file collector.h.
| struct { ... } KJS::CollectorCell::freeCell |
| union { ... } KJS::CollectorCell::u |
The documentation for this struct was generated from the following file:
KDE 4.0 API Reference