This class provides a locking wrapper around an arbitrary ostream pointer. More...
Public Member Functions | |
OStreamWrapper (ostream stream) | |
ostream | getOstream () |
Returns the ostream this object is wrapping. |
This class provides a locking wrapper around an arbitrary ostream pointer.
A thread may use this class to perform an atomic seek/write operation.
OStreamWrapper | ( | ostream | stream | ) |
ostream getOstream | ( | ) |
Returns the ostream this object is wrapping.