Coconut Framework  beta
Public Attributes | List of all members
CNGraph Struct Reference

Direct Acyclic Graph model. More...

#include <CNGraph.h>

Public Attributes

struct CNObject superClass
 
struct CNObjectList allNodes
 
struct CNObjectList allEdges
 

Detailed Description

Direct Acyclic Graph model.

Member Data Documentation

struct CNObject CNGraph::superClass

Super class

Referenced by CNReleaseGraph(), CNResourceOfGraph(), and CNRetainGraph().

struct CNObjectList CNGraph::allNodes

List of all nodes in this graph

Referenced by CNCentinelNodeInGraph(), CNCountOfNodesInGraph(), and CNFirstNodeInGraph().

struct CNObjectList CNGraph::allEdges

List of all edges in this graph

Referenced by CNCentinelEdgeInGraph(), and CNFirstEdgeInGraph().


The documentation for this struct was generated from the following file: