Panda3D
|
This class provides a locking wrapper around a combination ostream/istream pointer. More...
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (Iostream stream) | |
Iostream | getIostream () |
Returns the iostream this object is wrapping. More... | |
![]() | |
__init__ (Istream stream) | |
Istream | getIstream () |
Returns the istream this object is wrapping. More... | |
![]() | |
acquire () | |
Acquires the internal lock. More... | |
release () | |
Releases the internal lock. More... | |
![]() | |
__init__ (Ostream stream) | |
Ostream | getOstream () |
Returns the ostream this object is wrapping. More... | |
Public Attributes | |
Iostream | iostream |
Returns the iostream this object is wrapping. More... | |
![]() | |
Istream | istream |
Returns the istream this object is wrapping. More... | |
![]() | |
Ostream | ostream |
Returns the ostream this object is wrapping. More... | |
This class provides a locking wrapper around a combination ostream/istream pointer.
__init__ | ( | Iostream | stream | ) |
Iostream getIostream | ( | ) |
Returns the iostream this object is wrapping.
Iostream iostream |
Returns the iostream this object is wrapping.