Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Fireworks
Core
src
expressionFormatHelpers.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_expressionFormatHelpers_h
2
#define Fireworks_Core_expressionFormatHelpers_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : expressionFormatHelpers
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Fri Aug 22 12:25:03 EDT 2008
19
//
20
21
// system include files
22
#include <string>
23
24
// user include files
25
26
// forward declarations
27
namespace
fireworks {
28
namespace
expression {
29
std::string
oldToNewFormat
(
const
std::string
& iExpression);
30
31
long
indexFromNewFormatToOldFormat
(
const
std::string
& iNewFormat,
32
long
iNewFormatIndex,
33
const
std::string
& iOldFormat);
34
}
// namespace expression
35
}
// namespace fireworks
36
37
#endif
fireworks::expression::indexFromNewFormatToOldFormat
long indexFromNewFormatToOldFormat(const std::string &iNewFormat, long iNewFormatIndex, const std::string &iOldFormat)
Definition:
expressionFormatHelpers.cc:33
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
fireworks::expression::oldToNewFormat
std::string oldToNewFormat(const std::string &iExpression)
Definition:
expressionFormatHelpers.cc:25
Generated for CMSSW Reference Manual by
1.8.5