Files
openfoam/applications/test
Mark Olesen 86ef9e86dc ENH: make treatment of stream allocators more uniform (issue #532)
- use allocator class to wrap the stream pointers instead of passing
  them into ISstream, OSstream and using a dynamic cast to delete
  then. This is especially important if we will have a bidirectional
  stream (can't delete twice!).

STYLE:

- file stream constructors with std::string (C++11)

- for rewind, explicit about in|out direction. This is not currently
  important, but avoids surprises with any future bidirectional access.

- combined string streams in StringStream.H header.
  Similar to <sstream> include that has both input and output string
  streams.
2017-07-17 15:14:38 +02:00
..
2017-07-06 12:58:04 +02:00
2017-01-19 20:17:47 +00:00
2017-06-26 11:03:00 +01:00
2016-04-16 18:34:41 +01:00
2017-05-17 10:18:14 +02:00
2015-12-22 23:14:17 +00:00
2013-09-27 22:47:59 +01:00
2017-05-17 10:18:14 +02:00