zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TGraphParentNode Class Reference

#include <DependencyGraph.h>

Inherits TGraphNode.

Inherited by TGraphArgument, TGraphFunctionCall, and TGraphSymbol.

Public Member Functions

 TGraphParentNode (TIntermNode *node)
 
virtual ~TGraphParentNode ()
 
void addDependentNode (TGraphNode *node)
 
virtual void traverse (TDependencyGraphTraverser *graphTraverser)
 
- Public Member Functions inherited from TGraphNode
 TGraphNode (TIntermNode *node)
 
virtual ~TGraphNode ()
 

Additional Inherited Members

- Protected Attributes inherited from TGraphNode
TIntermNodeintermNode
 

Detailed Description

Definition at line 46 of file DependencyGraph.h.

Constructor & Destructor Documentation

TGraphParentNode::TGraphParentNode ( TIntermNode node)
inline

Definition at line 48 of file DependencyGraph.h.

virtual TGraphParentNode::~TGraphParentNode ( )
inlinevirtual

Definition at line 49 of file DependencyGraph.h.

Member Function Documentation

void TGraphParentNode::addDependentNode ( TGraphNode node)
inline

Definition at line 50 of file DependencyGraph.h.


The documentation for this class was generated from the following files: