| 
    ROSE 0.11.145.357
    
   | 
 
Definition at line 106 of file AstSharedMemoryParallelSimpleProcessing.h.


Public Types | |
| typedef AstCombinedPrePostProcessing | Superclass | 
| typedef Superclass::TraversalPtr | TraversalPtr | 
| typedef Superclass::TraversalPtrList | TraversalPtrList | 
| typedef AstSharedMemoryParallelizablePrePostProcessing * | ParallelizableTraversalPtr | 
| typedef std::vector< ParallelizableTraversalPtr > | ParallelizableTraversalPtrList | 
  Public Types inherited from AstCombinedPrePostProcessing | |
| typedef AstPrePostProcessing | TraversalType | 
| typedef TraversalType * | TraversalPtr | 
| typedef std::vector< TraversalPtr > | TraversalPtrList | 
  Public Types inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
| typedef StackFrameVector< DummyAttribute > | SynthesizedAttributesList | 
Public Member Functions | |
| AstSharedMemoryParallelPrePostProcessing (int threads) | |
| AstSharedMemoryParallelPrePostProcessing (const TraversalPtrList &, int threads) | |
| void | traverseInParallel (SgNode *basenode) | 
  Public Member Functions inherited from AstCombinedPrePostProcessing | |
| AstCombinedPrePostProcessing () | |
| default constructor  | |
| AstCombinedPrePostProcessing (const TraversalPtrList &) | |
| constructor that makes an internal copy of an existing list of traversals  | |
| void | addTraversal (TraversalPtr) | 
| simple function for adding a traversal to the internal list  | |
| TraversalPtrList & | get_traversalPtrListRef () | 
| function for obtaining a reference to the internal list of traversals, you can use this for any container operations you like (deleting elements etc.)  | |
  Public Member Functions inherited from AstPrePostProcessing | |
| void | traverse (SgNode *node) | 
| traverse the entire AST  | |
| void | traverseWithinFile (SgNode *node) | 
| traverse only nodes which represent the same file as where the traversal was started  | |
| void | traverseInputFiles (SgProject *projectNode) | 
| traverse only nodes which represent files which were specified on the command line (=input files).  | |
  Public Member Functions inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
| DummyAttribute | traverse (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
| DummyAttribute | traverseWithinFile (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
| void | traverseInputFiles (SgProject *projectNode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
| SgTreeTraversal (const SgTreeTraversal &) | |
| const SgTreeTraversal & | operator= (const SgTreeTraversal &) | 
Additional Inherited Members | |
  Protected Types inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
| typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer | 
| typedef SuccessorsContainer & | SuccessorsContainerRef | 
  Protected Member Functions inherited from AstCombinedPrePostProcessing | |
| virtual void | preOrderVisit (SgNode *astNode) | 
| these methods are called at every traversed node.   | |
| virtual void | postOrderVisit (SgNode *astNode) | 
| this method is called at every traversed node after its children were traversed   | |
| virtual void | atTraversalStart () | 
| functions called when the traversal starts and ends, respectively   | |
| virtual void | atTraversalEnd () | 
  Protected Member Functions inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
| virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) | 
| void | set_useDefaultIndexBasedTraversal (bool) | 
  Protected Attributes inherited from AstCombinedPrePostProcessing | |
| TraversalPtrList | traversals | 
Definition at line 110 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 111 of file AstSharedMemoryParallelSimpleProcessing.h.
| typedef Superclass::TraversalPtrList AstSharedMemoryParallelPrePostProcessing::TraversalPtrList | 
Definition at line 112 of file AstSharedMemoryParallelSimpleProcessing.h.
| typedef AstSharedMemoryParallelizablePrePostProcessing* AstSharedMemoryParallelPrePostProcessing::ParallelizableTraversalPtr | 
Definition at line 114 of file AstSharedMemoryParallelSimpleProcessing.h.
| typedef std::vector<ParallelizableTraversalPtr> AstSharedMemoryParallelPrePostProcessing::ParallelizableTraversalPtrList | 
Definition at line 115 of file AstSharedMemoryParallelSimpleProcessing.h.