SgCombinedTreeTraversal
Synopsis
Declared in <src/midend/astProcessing/AstCombinedProcessing.h>
template<
class InheritedAttributeType,
class SynthesizedAttributeType>
class SgCombinedTreeTraversal
: public SgTreeTraversal<std::vector<InheritedAttributeType>*, std::vector<SynthesizedAttributeType>*>
Base Classes
Name |
Description |
|
Temporary traversal base class (do not use). |
Types
Member Functions
Name |
Description |
|
Constructors |
simple function for adding a traversal to the internal list |
|
function for obtaining a reference to the internal list of traversals, you can use this for any container operations you like (deleting elements etc.) |
Protected Member Functions
Name |
|
|
|
|
|
Protected Data Members
Name |
Private Data Members
Name |
Created with MrDocs