Panda3D
|
This class provides a locking wrapper around an arbitrary ostream pointer. More...
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (Ostream stream) | |
Ostream | getOstream () |
Returns the ostream this object is wrapping. More... | |
![]() | |
acquire () | |
Acquires the internal lock. More... | |
release () | |
Releases the internal lock. More... | |
Public Attributes | |
Ostream | ostream |
Returns the ostream this object is wrapping. More... | |
This class provides a locking wrapper around an arbitrary ostream pointer.
A thread may use this class to perform an atomic seek/write operation.
__init__ | ( | Ostream | stream | ) |
Ostream getOstream | ( | ) |
Returns the ostream this object is wrapping.
Ostream ostream |
Returns the ostream this object is wrapping.