CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  }
35 }
36 
37 #endif
long indexFromNewFormatToOldFormat(const std::string &iNewFormat, long iNewFormatIndex, const std::string &iOldFormat)
std::string oldToNewFormat(const std::string &iExpression)