PT-Cooling-Log 1.0
PTCoolingLogViewer
src/Usage.hh
00001 #ifndef _Usage_hh_
00002 #define _Usage_hh_
00003 
00004 #include "ArgParser.hh"
00005 
00006 class Switch;
00007 
00008 class Usage : public ArgParser {
00009 public:
00010   Usage( Switch *sw );
00011   virtual ~Usage();
00012   virtual bool operator()( const std::string& option = "" );
00013   
00014 private:
00015   Switch *sw_;
00016 };
00017 
00018 #endif // _Usage_hh_
 全て クラス ファイル 関数 変数