C# Class hl2glsl.DependencyGraph

Afficher le fichier Open project: SickheadGames/HL2GLSL Class Usage Examples

Méthodes publiques

Méthode Description
AddDependant ( DependencyGraphNode dep ) : void
CountDependants ( ) : int
DependencyGraph ( ) : System
GetWhoThisFunctionCalls ( string func ) : ArrayList
PrintCallTree ( ) : void
RemoveDependant ( DependencyGraphNode dep ) : void
ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
SearchDependant ( string dependantName ) : DependencyGraphNode

Method Details

AddDependant() public méthode

public AddDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
Résultat void

CountDependants() public méthode

public CountDependants ( ) : int
Résultat int

DependencyGraph() public méthode

public DependencyGraph ( ) : System
Résultat System

GetWhoThisFunctionCalls() public méthode

public GetWhoThisFunctionCalls ( string func ) : ArrayList
func string
Résultat System.Collections.ArrayList

PrintCallTree() public méthode

public PrintCallTree ( ) : void
Résultat void

RemoveDependant() public méthode

public RemoveDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
Résultat void

ReplaceDependant() public méthode

public ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
toReplace string
newNode DependencyGraphNode
Résultat void

SearchDependant() public méthode

public SearchDependant ( string dependantName ) : DependencyGraphNode
dependantName string
Résultat DependencyGraphNode