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

#include <DependencyGraph.h>

Inherits TGraphParentNode.

Public Member Functions

 TGraphFunctionCall (TIntermAggregate *intermFunctionCall)
 
virtual ~TGraphFunctionCall ()
 
const TIntermAggregategetIntermFunctionCall () const
 
virtual void traverse (TDependencyGraphTraverser *graphTraverser)
 
- Public Member Functions inherited from TGraphParentNode
 TGraphParentNode (TIntermNode *node)
 
virtual ~TGraphParentNode ()
 
void addDependentNode (TGraphNode *node)
 
- 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 75 of file DependencyGraph.h.

Constructor & Destructor Documentation

TGraphFunctionCall::TGraphFunctionCall ( TIntermAggregate intermFunctionCall)
inline

Definition at line 77 of file DependencyGraph.h.

virtual TGraphFunctionCall::~TGraphFunctionCall ( )
inlinevirtual

Definition at line 79 of file DependencyGraph.h.

Member Function Documentation

const TIntermAggregate* TGraphFunctionCall::getIntermFunctionCall ( ) const
inline
void TGraphFunctionCall::traverse ( TDependencyGraphTraverser graphTraverser)
virtual

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