FileExpander.hpp

Go to the documentation of this file.
00001 #ifndef CAFE_FILEEXPANDER_HPP__
00002 #define CAFE_FILEEXPANDER_HPP__
00003 
00004 #include "cafe/Expander.hpp"
00005 
00006 namespace cafe {
00007 
00015     class FileExpander : public Expander {
00016     public:
00017         FileExpander(const char *url);
00018         virtual std::string nextFile();
00019     private:
00020         std::string _url;
00021 
00022         ClassDef(FileExpander, 0);
00023     };
00024 }
00025 
00026 #endif // CAFE_FILEEXPANDER_HPP__

Generated on Thu Apr 3 04:14:23 2008 for CAF by doxygen 1.3.4