CMS 3D CMS Logo

CSVDataLineParser.h

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

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