All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
search_node_in_namespace.h File Reference
#include <string>
#include "rose.h"
Include dependency graph for search_node_in_namespace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 risc
 
 risc::tools
 

Functions

SgClassDefinition * risc::tools::find_class_definition (std::string class_name, std::string qualified_namespace)
 This function searchs for a class by name (string) in namespace (string) More...
 
SgTypedefDeclaration * risc::tools::find_typedef_declaration (std::string typedef_name, std::string qualified_namespace)
 This function searchs for a typedef's by name (string) in namespace (string) More...