Move MathParser to Common

This commit is contained in:
Birunthan Mohanathas
2013-06-13 17:00:24 +03:00
parent 3cebbc6b53
commit be3efa7531
9 changed files with 28 additions and 28 deletions

View File

@ -29,13 +29,13 @@ public:
virtual UINT GetTypeID() { return TypeID<MeasureCalc>(); }
bool GetMeasureValue(const WCHAR* str, int len, double* value);
protected:
virtual void ReadOptions(ConfigParser& parser, const WCHAR* section);
virtual void UpdateValue();
private:
static bool GetMeasureValue(const WCHAR* str, int len, double* value, void* context);
void FormulaReplace();
int GetRandom();