StreamWrapper

class StreamWrapper

Bases: IStreamWrapper, OStreamWrapper

This class provides a locking wrapper around a combination ostream/istream pointer.

Inheritance diagram

Inheritance diagram of StreamWrapper

explicit StreamWrapper(std::iostream &stream)
std::iostream *get_iostream(void) const

Returns the iostream this object is wrapping.