CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Fireworks/Core/src/expressionFormatHelpers.h

Go to the documentation of this file.
00001 #ifndef Fireworks_Core_expressionFormatHelpers_h
00002 #define Fireworks_Core_expressionFormatHelpers_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Core
00006 // Class  :     expressionFormatHelpers
00007 //
00016 //
00017 // Original Author:  Chris Jones
00018 //         Created:  Fri Aug 22 12:25:03 EDT 2008
00019 // $Id: expressionFormatHelpers.h,v 1.3 2009/01/23 21:35:44 amraktad Exp $
00020 //
00021 
00022 // system include files
00023 #include <string>
00024 
00025 // user include files
00026 
00027 // forward declarations
00028 namespace fireworks {
00029    namespace expression {
00030       std::string oldToNewFormat(const std::string& iExpression);
00031 
00032       long indexFromNewFormatToOldFormat(const std::string& iNewFormat,
00033                                          long iNewFormatIndex,
00034                                          const std::string& iOldFormat);
00035    }
00036 }
00037 
00038 #endif