openfoam/applications/test/router
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
..
Gather Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
Make STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
router.C applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
router.H GIT: Resolve conflict 2011-08-16 16:09:56 +01:00
routerDict STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
Test-processorRouter.C ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00