CMS 3D CMS Logo

CSVHeaderLineParser.h

Go to the documentation of this file.
00001 #ifndef CondTools_Utilities_CSVHeaderLineParser_h
00002 #define CondTools_Utilities_CSVHeaderLineParser_h
00003 #include <string>
00004 #include <vector>
00005 class CSVHeaderLineParser{
00006  public:
00007   CSVHeaderLineParser(){}
00008   ~CSVHeaderLineParser(){}
00009   bool parse( const std::string& inputLine);
00010   std::vector<std::string> result() const;
00011  private:
00012   std::vector<std::string> m_result;
00013 };
00014 #endif

Generated on Tue Jun 9 17:26:15 2009 for CMSSW by  doxygen 1.5.4