StreamWrapper
-
class StreamWrapper
Bases:
IStreamWrapper
,OStreamWrapper
This class provides a locking wrapper around a combination ostream/istream pointer.
Inheritance diagram
-
explicit StreamWrapper(std::iostream &stream)
-
std::iostream *get_iostream(void) const
Returns the iostream this object is wrapping.
-
explicit StreamWrapper(std::iostream &stream)