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 }
00027
00028 }
00029
00030 #endif
00031
00032