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 // $Id: expressionFormatHelpers.h,v 1.3 2009/01/23 21:35:44 amraktad Exp $
20 //
21 
22 // system include files
23 #include <string>
24 
25 // user include files
26 
27 // forward declarations
28 namespace fireworks {
29  namespace expression {
30  std::string oldToNewFormat(const std::string& iExpression);
31 
32  long indexFromNewFormatToOldFormat(const std::string& iNewFormat,
33  long iNewFormatIndex,
34  const std::string& iOldFormat);
35  }
36 }
37 
38 #endif
long indexFromNewFormatToOldFormat(const std::string &iNewFormat, long iNewFormatIndex, const std::string &iOldFormat)
std::string oldToNewFormat(const std::string &iExpression)