#include "boost/shared_ptr.hpp"
#include "FWCore/Utilities/interface/Parse.h"
#include "FWCore/ParameterSet/interface/Node.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
namespace | edm::pset |
Typedefs | |
typedef boost::shared_ptr < edm::pset::NodePtrList > | ParseResults |
Functions | |
ParseResults | edm::pset::parse (char const *spec) |
only does the yacc interpretation |
typedef boost::shared_ptr<edm::pset::NodePtrList> ParseResults |