openfoam/applications/test/ITstream
Mark Olesen b267f8b6da ENH: add failsafe accessors for ITstream
- failsafe examine elements: peek(), peekFirst(), peekLast()
- failsafe traversing: skip()

  For example,

      ITstream& is = dict.lookup(key);
      if (is.peek().isWord())
      {
          is.skip();
      }
2021-04-26 17:09:39 +02:00
..
Make ENH: allow creation of ITstream by parsing string 2017-11-06 09:25:58 +01:00
Test-ITstream.C ENH: add failsafe accessors for ITstream 2021-04-26 17:09:39 +02:00