openfoam/applications/test/List
Mark Olesen a0a9cd3366 introduce readList<T> function
- Read a bracket-delimited list, or handle a single value as list of size 1.
  Mostly useful for handling command-line arguments.
  eg,
      if (args.options().found("patches"))
      {
          patches = readList<word>(IStringStream(args.options()["patches"])());
      }
  can handle both of these:
      -patches  patch0
      -patches \( patch1 patch2 patch3 \)
2009-05-18 12:05:52 +02:00
..
Make Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
ListLoop.C Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
ListTest.C introduce readList<T> function 2009-05-18 12:05:52 +02:00