#include <symbol.h>

Public Attributes | |
| struct floatHashNode * | next |
| long | count |
| int | depth |
| unsigned int | permanent: 1 |
| unsigned int | markedEphemeral: 1 |
| unsigned int | neededFloat: 1 |
| unsigned int | bucket: 29 |
| double | contents |
Definition at line 82 of file symbol.h.
struct floatHashNode* floatHashNode::next [read] |
| long floatHashNode::count |
| unsigned int floatHashNode::permanent |
| unsigned int floatHashNode::markedEphemeral |
| unsigned int floatHashNode::neededFloat |
| unsigned int floatHashNode::bucket |
| double floatHashNode::contents |
1.5.6