|
Coconut Framework
beta
|
Node of the direct acyclic graph. More...
#include <CNNode.h>
Public Attributes | |
| struct CNObject | superClass |
| struct CNObjectList | producerEdges |
| struct CNObjectList | consumerEdges |
Node of the direct acyclic graph.
| struct CNObject CNNode::superClass |
Super class
Referenced by CNObjectOfNode(), CNPrintNode(), CNReleaseNode(), CNResourceOfNode(), and CNRetainNode().
| struct CNObjectList CNNode::producerEdges |
Set of producer nodes (CNNode)
Referenced by CNCentinelProducerEdgeInNode(), CNCountOfProducerEdges(), CNDestroyContextOfNode(), and CNFirstProducerEdgeInNode().
| struct CNObjectList CNNode::consumerEdges |
Set of consumer nodes (CNNode)
Referenced by CNCentinelConsumerEdgeInNode(), CNCountOfConsumerEdges(), CNDestroyContextOfNode(), and CNFirstConsumerEdgeInNode().
1.8.5