CMS 3D CMS Logo

CSVBlankLineParser.cc

Go to the documentation of this file.
00001 #include "CondCore/Utilities/interface/CSVBlankLineParser.h"
00002 #include <boost/spirit/core.hpp>
00003 using namespace boost::spirit;
00004 
00005 bool CSVBlankLineParser::isBlank( const std::string& inputLine){
00006   boost::spirit::rule<> blankparser=*blank_p;
00007   return boost::spirit::parse(inputLine.c_str(),blankparser).full;
00008 }

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