00001 #ifndef __RMOL_CMD_FILEMGR_HPP 00002 #define __RMOL_CMD_FILEMGR_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 #include <string> 00008 00009 namespace RMOL { 00010 00011 class BucketHolder; 00012 00015 class FileMgr { 00016 public: 00018 static void readAndProcessInputFile (const std::string& iInputFileName, 00019 BucketHolder&); 00020 00021 }; 00022 } 00023 #endif // __RMOL_CMD_FILEMGR_HPP
Generated on Fri Jul 30 22:23:14 2010 for RMOL by Doxygen 1.6.1