Data Dependency Graph
Synopsis
Member Functions
Name |
Description |
|
Default constructor |
|
Copy constructor |
|
Move constructor |
|
Constructor |
|
|
|
Destructor |
If node |
Protected Member Functions
Name |
Description |
Add node |
Friends
Name |
Description |
Concrete implementation of a pure data dependence graph builder. This class provides custom implementation for the pure‐virtual functions used in the generic dependence graph build algorithm. |
|
This abstract builder class defines a set of high‐level steps for creating DDG‐like graphs. The client code is expected to inherit from this class and define concrete implementation for each of the pure virtual functions used in the high‐level algorithm. |
Created with MrDocs