StreamWrapper
from panda3d.core import StreamWrapper
- class StreamWrapper
Bases:
IStreamWrapper
,OStreamWrapper
This class provides a locking wrapper around a combination ostream/istream pointer.
Inheritance diagram
- __init__(*args, **kwargs)
- getIostream()
C++ Interface: get_iostream(StreamWrapper self)
- /**
Returns the iostream this object is wrapping.
*/
- get_iostream()
C++ Interface: get_iostream(StreamWrapper self)
- /**
Returns the iostream this object is wrapping.
*/
- iostream
- upcastToIStreamWrapper()
C++ Interface: upcast_to_IStreamWrapper(const StreamWrapper self)
upcast from StreamWrapper to IStreamWrapper
- upcastToOStreamWrapper()
C++ Interface: upcast_to_OStreamWrapper(const StreamWrapper self)
upcast from StreamWrapper to OStreamWrapper
- upcast_to_IStreamWrapper()
C++ Interface: upcast_to_IStreamWrapper(const StreamWrapper self)
upcast from StreamWrapper to IStreamWrapper
- upcast_to_OStreamWrapper()
C++ Interface: upcast_to_OStreamWrapper(const StreamWrapper self)
upcast from StreamWrapper to OStreamWrapper