ROSE 0.11.145.380
Public Attributes | List of all members
Rose::Source::Generation::SymbolScanner< void >::api_t Struct Reference

Description

Definition at line 34 of file SymbolScanner.h.

Collaboration diagram for Rose::Source::Generation::SymbolScanner< void >::api_t:
Collaboration graph
[legend]

Public Attributes

std::map< std::string, std::set< SgNamespaceSymbol * > > namespaces
 
std::map< std::string, std::set< SgClassSymbol * > > classes
 
std::map< std::string, std::set< SgTypedefSymbol * > > typedefs
 
std::map< std::string, std::set< SgVariableSymbol * > > variables
 
std::map< std::string, std::set< SgFunctionSymbol * > > functions
 

Member Data Documentation

◆ namespaces

std::map<std::string, std::set<SgNamespaceSymbol *> > Rose::Source::Generation::SymbolScanner< void >::api_t::namespaces

Definition at line 35 of file SymbolScanner.h.

◆ classes

std::map<std::string, std::set<SgClassSymbol *> > Rose::Source::Generation::SymbolScanner< void >::api_t::classes

Definition at line 36 of file SymbolScanner.h.

◆ typedefs

std::map<std::string, std::set<SgTypedefSymbol *> > Rose::Source::Generation::SymbolScanner< void >::api_t::typedefs

Definition at line 37 of file SymbolScanner.h.

◆ variables

std::map<std::string, std::set<SgVariableSymbol *> > Rose::Source::Generation::SymbolScanner< void >::api_t::variables

Definition at line 38 of file SymbolScanner.h.

◆ functions

std::map<std::string, std::set<SgFunctionSymbol *> > Rose::Source::Generation::SymbolScanner< void >::api_t::functions

Definition at line 39 of file SymbolScanner.h.


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