Go to the documentation of this file.00001 #ifndef PATH_CHECKER_H_INCLUDED_
00002 #define PATH_CHECKER_H_INCLUDED_
00003
00004 #include <vector>
00005 #include <string>
00006 #include <libgen.h>
00007
00008 #include <boost/filesystem.hpp>
00009
00010 #include "rose.h"
00011
00012 using namespace SageBuilder;
00013 using namespace SageInterface;
00014
00015 namespace risc
00016 {
00017
00018 namespace traverser
00019 {
00020
00028 bool is_defined_in_included_library(SgProject* project, SgNode* node);
00029
00030 };
00031
00032 };
00033
00034
00035
00036 #endif