ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SgShallowCopy Class Reference

Supporting class for "Shallow" copies of the AST. More...

#include <Cxx_Grammar.h>

Inheritance diagram for SgShallowCopy:
Collaboration diagram for SgShallowCopy:

Public Member Functions

SgNodecopyAst (const SgNode *n)
 
- Public Member Functions inherited from SgCopyHelp
 SgCopyHelp ()
 
virtual ~SgCopyHelp ()
 
int get_depth ()
 
void incrementDepth ()
 
void decrementDepth ()
 
copiedNodeMapTypeget_copiedNodeMap ()
 
void clearState ()
 
void insertCopiedNodePair (const SgNode *key, SgNode *value)
 

Additional Inherited Members

- Public Types inherited from SgCopyHelp
typedef std::map< const SgNode
*, SgNode * > 
copiedNodeMapType
 
typedef copiedNodeMapType::iterator copiedNodeMapTypeIterator
 

Detailed Description

Supporting class for "Shallow" copies of the AST.

This class supports only shallow copies of the AST.

Definition at line 7821 of file Cxx_Grammar.h.

Member Function Documentation

SgNode* SgShallowCopy::copyAst ( const SgNode n)
inlinevirtual

Implements SgCopyHelp.

Definition at line 7827 of file Cxx_Grammar.h.


The documentation for this class was generated from the following file: