メインページ | ネームスペース一覧 | クラス階層 | アルファベット順一覧 | 構成 | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ

logfile.hh

説明を見る。
00001 #ifndef LOGFILE_HH_
00002 # define LOGFILE_HH_
00003 
00004 # include <string>
00005 # include <fstream>
00006 # include <iostream>
00007 
00008 namespace misc
00009 {
00010   class LogFile : public std::ofstream
00011   {
00012   public:
00013     LogFile(std::string filename);
00014     ~LogFile();
00015 
00016     static LogFile &get_instance();
00017   };
00018 
00019 };
00020 #endif

Cronous Emulatorに対してWed Aug 17 06:01:48 2005に生成されました。  doxygen 1.4.2-20050421