#include "CommonTools/CandAlgos/interface/decayParser.h"
#include <boost/spirit/include/classic_core.hpp>
#include <boost/spirit/include/classic_push_back_actor.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | cand::parser::ModeSetter |
Namespaces | |
cand | |
cand::parser | |
Typedefs | |
typedef rule< ScannerUsed_1 > | cand::parser::Rule_1 |
typedef scanner_policies< skip_parser_iteration_policy< nothing_parser, iteration_policy >, match_policy, action_policy > | cand::parser::ScannerPolicy |
typedef scanner< const char *, ScannerPolicy > | cand::parser::ScannerUsed_1 |
Functions | |
bool | cand::parser::decayParser (const string &iValue, vector< ConjInfo > &oStrings) |