Glob.h

Go to the documentation of this file.
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__ */

Generated on Fri Dec 22 14:47:59 2006 for DTN Reference Implementation by  doxygen 1.5.1