ENH: improve flexiblity for flat output of items (#1929)

- change to a templated implementation instead of relying on
  the container's writeList() method.

  This inlines the generation while also adding the flexibility to
  define different delimiters (at compile time) without the
  performance penalty of passing run-time parameters.
This commit is contained in:
Mark Olesen
2020-11-20 15:58:36 +01:00
parent d2f1690536
commit 0de32a6e6f
6 changed files with 379 additions and 115 deletions

View File

@ -0,0 +1,3 @@
Test-flatOuput1.C
EXE = $(FOAM_USER_APPBIN)/Test-flatOuput1

View File

@ -0,0 +1,2 @@
/* EXE_INC = */
/* EXE_LIBS = */