00001 #ifndef __GLOB_H__ 00002 #define __GLOB_H__ 00003 00004 namespace oasys { 00005 00006 class Glob { 00007 public: 00008 struct State { 00009 const char* pat_; 00010 const char* to_match_; 00011 }; 00012 00015 static bool fixed_glob(const char* pat, const char* str); 00016 }; 00017 00018 } // namespace oasys 00019 00020 #endif /* __GLOB_H__ */