openfoam/applications/test/dictionary
Mark Olesen 5148e4f860 STYLE: manage dictionary inputMode directly within entry class
- The logic for switching input-mode was previously completely
  encapsulated within the #inputMode directive, but without any
  programming equivalent. Furthermore, the encapsulation in inputMode
  made the logic less clear in other places.

  Exposing the inputMode as an enum with direct access from entry
  simplifies things a fair bit.

- eliminate one level of else/if nesting in entryIO.C for clearer logic

- for dictionary function entries, simply use
  addNamedToMemberFunctionSelectionTable() and avoid defining a type()
  as a static. For most function entries the information is only used
  to get a name for the selection table lookup anyhow.
2017-08-03 07:14:17 +02:00
..
Make STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
Test-dictionary.C ENH: cleanup dictionary code 2017-07-06 12:58:04 +02:00
testDict STYLE: manage dictionary inputMode directly within entry class 2017-08-03 07:14:17 +02:00
testDict2 STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
testDictInc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
testDictList ENH: improve dictionary parsing behaviour for ill-formed entries (closes #510) 2017-07-19 11:00:44 +02:00
testDictRegex STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
testSubkeyword ENH: allow '^' as anchor for dictionary scoping (issue #429) 2017-04-25 11:57:21 +02:00
value dictionary functionEntries cleanup 2008-06-13 10:43:31 +02:00