chrono::ChStreamOstreamWrapper Class Reference
Description
Wrapper for already-opened std::ostream output streams (std::cout or similar).
#include <ChStream.h>
Inheritance diagram for chrono::ChStreamOstreamWrapper:
Public Member Functions | |
ChStreamOstreamWrapper (std::ostream *mfile) | |
Creates a wrapper for an already existing, already opened, ostream, given the pointer to that ostream. | |
virtual | ~ChStreamOstreamWrapper () |
Deleting this stream wrapper does not delete nor closes the wrapped ostream. | |
virtual void | Write (const char *data, size_t n) |
Writes raw data to file, up to n chars. More... | |
virtual bool | End_of_stream () const |
Returns true if end of stream reached. | |
std::ostream * | GetOstream () const |
Reference to ostream encapsulated here. | |
Member Function Documentation
◆ Write()
|
virtual |
Writes raw data to file, up to n chars.
If does not succeed, throws exception.
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/core/ChStream.h
- /builds/uwsbel/chrono/src/chrono/core/ChStream.cpp