Back to Top page.

EGOptionAnalyzer.h

Go to the documentation of this file.
00001 /****************************************************************************
00002   
00003   $Id: EGOptionAnalyzer.h,v 1.1.1.1 2002/10/19 08:14:51 motegi Exp $
00004   Copyright (C) 2002 Higuchi Lab. All rights reserved.
00005 
00006 *****************************************************************************/
00007 #ifndef INCLUDE__OPTIONANALYZER_H__FILE
00008 #define INCLUDE__OPTIONANALYZER_H__FILE
00009 
00014 class EGOptionAnalyzer {
00015 public:
00016   EGOptionAnalyzer() { }
00017   virtual ~EGOptionAnalyzer() { }
00018 
00019   virtual void analyzeOption(const char*);
00020 };
00021 
00022 #endif  // INCLUDE__OPTIONANALYZER_H__FILE
00023 
00024