Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/PlanServer/Includes/DatabaseOutputFilterReader.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: DatabaseOutputFilterReader.hh,v 1.2 2005/11/08 18:32:40 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 
00006 #ifndef OUTPUT_INPUT_READER
00007 #define OUTPUT_INPUT_READER
00008 
00009 namespace IDEA
00010 {
00011   class PslOutputFilter;
00012 
00021   class DatabaseOutputFilterReader
00022   {
00023   public:
00027     DatabaseOutputFilterReader();
00028 
00032     virtual ~DatabaseOutputFilterReader() {}
00033 
00064     bool readInputFile( PslOutputFilter* filter, const std::string& fileName );
00065   private:
00069     static std::string s_CommentChar;
00073     static std::string s_AllChar;
00078     static std::string s_ExternalWhiteSpaces;
00083     static std::string s_InternalWhiteSpaces;
00087     static const int s_LineBufferSize;
00088   };
00089 }
00090 
00091 #endif //OUTPUT_INPUT_READER

Contact information
© IDEA
Generated on Fri Feb 3 17:09:40 2006 for IDEA.