Go to the documentation of this file.00001 #ifndef Fireworks_Core_expressionFormatHelpers_h
00002 #define Fireworks_Core_expressionFormatHelpers_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023 #include <string>
00024
00025
00026
00027
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