CMS 3D CMS Logo

Namespaces | Functions
Parse.cc File Reference
#include "FWCore/Utilities/interface/Parse.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include <boost/tokenizer.hpp>
#include <fstream>
#include <iostream>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Functions

void edm::read_from_cin (std::string &output)
 
std::string edm::read_whole_file (std::string const &filename)
 only does the yacc interpretation More...
 
std::vector< std::string > edm::tokenize (const std::string &input, const std::string &separator)
 
std::string edm::withoutQuotes (const std::string &from)