calculator/src/CalcManager/Header Files
Josh Koon 2e18f6f477
Move RADIX_TYPE enum into its own header (#25)
This change moves the RADIX_TYPE enum into its own header. This resolves a compilation error and reduces the dependency graph by allowing RadixToStringConverter to include just the enum header rather than the entire CalcEngine header.

Change verified by ensuring Calculator build locally.
2019-02-20 11:07:32 -08:00
..
CalcEngine.h Move RADIX_TYPE enum into its own header (#25) 2019-02-20 11:07:32 -08:00
CalcInput.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalcUtils.h Hello GitHub 2019-01-28 16:24:37 -08:00
CCommand.h Hello GitHub 2019-01-28 16:24:37 -08:00
EngineStrings.h Hello GitHub 2019-01-28 16:24:37 -08:00
History.h Return to initialization pattern in ExpressionCommand 2019-01-28 19:34:36 -08:00
ICalcDisplay.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
IHistoryDisplay.h Hello GitHub 2019-01-28 16:24:37 -08:00
Number.h Move RADIX_TYPE enum into its own header (#25) 2019-02-20 11:07:32 -08:00
RadixType.h Move RADIX_TYPE enum into its own header (#25) 2019-02-20 11:07:32 -08:00
Rational.h CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scimath.h CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00