ROSE 0.11.145.247
Public Member Functions | List of all members
Rose::CodeGen::SymbolScannerBase< CRT > Struct Template Reference

Description

template<typename CRT>
struct Rose::CodeGen::SymbolScannerBase< CRT >

Definition at line 15 of file SymbolScanner.h.

Inheritance diagram for Rose::CodeGen::SymbolScannerBase< CRT >:
Inheritance graph
[legend]
Collaboration diagram for Rose::CodeGen::SymbolScannerBase< CRT >:
Collaboration graph
[legend]

Public Member Functions

constexpr CRT * crt ()
 
constexpr CRT const * crt () const
 
void visit (SgNode *node)
 
- Public Member Functions inherited from ROSE_VisitTraversal
void traverseMemoryPool ()
 
void traverseRepresentativeIRnodes ()
 

Member Function Documentation

◆ crt() [1/2]

template<typename CRT >
constexpr CRT * Rose::CodeGen::SymbolScannerBase< CRT >::crt ( )
inlineconstexpr

Definition at line 17 of file SymbolScanner.h.

◆ crt() [2/2]

template<typename CRT >
constexpr CRT const * Rose::CodeGen::SymbolScannerBase< CRT >::crt ( ) const
inlineconstexpr

Definition at line 18 of file SymbolScanner.h.

◆ visit()

template<typename CRT >
void Rose::CodeGen::SymbolScannerBase< CRT >::visit ( SgNode node)
virtual

Implements ROSE_VisitTraversal.


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