00001 #ifndef SEARCH_CLASS_DEFINITION_BY_NAME_H_INCLUDED_ 00002 #define SEARCH_CLASS_DEFINITION_BY_NAME_H_INCLUDED_ 00003 00004 #include <string> 00005 #include "rose.h" 00006 00007 namespace risc 00008 { 00009 00010 namespace tools 00011 { 00012 00023 SgClassDefinition* find_class_definition(std::string class_name, 00024 std::string qualified_namespace, SgNode* root_node); 00025 00026 } // end namespace tools 00027 00028 } // end namespace risc 00029 00030 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */ 00031 00032 #endif /* SEARCH_CLASS_DEFINITION_BY_NAME_H_INCLUDED_ */