This class provides a locking wrapper around an arbitrary istream pointer. More...
Public Member Functions | |
IStreamWrapper (istream stream) | |
istream | getIstream () |
Returns the istream this object is wrapping. |
This class provides a locking wrapper around an arbitrary istream pointer.
A thread may use this class to perform an atomic seek/read/gcount operation.
IStreamWrapper | ( | istream | stream | ) |
istream getIstream | ( | ) |
Returns the istream this object is wrapping.