CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 (std::string const &input, std::string const &separator)
 breaks the input string into tokens, delimited by the separator More...
 
std::string edm::withoutQuotes (std::string const &from)