AST_Graph
Types
Name |
Description |
* The class class DataMemberPointersToIR implements two different ways of constructing a graph from the AST. * The memory pool traversal which is why the class inherits fromROSE_VisitTraversal * Whole AST traversal through traversing on nodes This design decision is peculiar out from a inheritance perspective, butmakes sence to bridge between the iheritance style of Marcus and an STLalgorithm style. Caveats: * one member functions is only used by the memory pool traversal ‐visit(..) The member function generateGraphFromMemoryPool(..) is required toachieve STL style algorithms where the bace‐class uses implemenatation byvirtual functions. Great things: * avoid duplicate implementation * allows a very simple implementation****** |
|
* The functional struct defaultFilterBinary is an example filter on edges. |
|
* The functional struct defaultFilterUnary is an example filter on nodes. |
|
* Define custom return type from the filter functionals. This is an experiment to see if a std::pair like data structure where the variables names are not std::pair<>::first and std::pair<>::second. This data structure is expectedto change as the code develops.* |
|
Enums
Functions
Name |
Description |
|
|
|
|
|
Two my_pairs of the same type are equal iff their members are equal. |
|
Uses |
|
<http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#my_pairlt> |
|
Uses |
|
Uses |
|
Uses |
Created with MrDocs