Panda3D
|
This class provides a locking wrapper around an arbitrary istream pointer. More...
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (Istream stream) | |
Istream | getIstream () |
Returns the istream this object is wrapping. | |
![]() | |
acquire () | |
Acquires the internal lock. | |
release () | |
Releases the internal lock. | |
Public Attributes | |
Istream | istream |
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.
__init__ | ( | Istream | stream | ) |
Istream getIstream | ( | ) |
Returns the istream this object is wrapping.
Istream istream |
Returns the istream this object is wrapping.