CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
Parse.h File Reference
#include <string>
#include <vector>

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)