Inheritance diagram for ReentNode:
Public Attributes | |
int | ref |
The reference ID. | |
GenericNode * | value |
The shared node. |
ReentNode are referred to by RefNode instances.
|
The reference ID.
Must be equal to RefNode::ref in a RefNode. |
|
The shared node.
|