#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 | |
namespace | edm |
Functions | |
void | edm::read_from_cin (std::string &output) |
std::string | edm::read_whole_file (std::string const &filename) |
only does the yacc interpretation | |
std::vector< std::string > | edm::tokenize (std::string const &input, std::string const &separator) |
breaks the input string into tokens, delimited by the separator | |
std::string | edm::withoutQuotes (std::string const &from) |