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...


Protected Member Functions | |
| StreamAllocator ()=default | |
| Default construct (empty) More... | |
Protected Attributes | |
| StreamType | stream_ |
| The std::stream. More... | |
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.