A wrapper to hold a std::stream type for OpenFOAM wrapped streams. This is necessary since the OpenFOAM streams hold a reference to the normal std::stream. More...
#include <IOstream.H>

Protected Member Functions | |
| StreamAllocator ()=default | |
| Default construct (empty). | |
Protected Attributes | |
| StreamType | stream_ |
| The std::stream. | |
A wrapper to hold a std::stream type for OpenFOAM wrapped streams. This is necessary since the OpenFOAM streams hold a reference to the normal std::stream.
Definition at line 619 of file IOstream.H.
|
protecteddefault |
Default construct (empty).
|
protected |
The std::stream.
Definition at line 628 of file IOstream.H.