OStreamWrapper
from panda3d.core import OStreamWrapper
- class OStreamWrapper
- Bases: - StreamWrapperBase- This class provides a locking wrapper around an arbitrary ostream pointer. A thread may use this class to perform an atomic seek/write operation. - Inheritance diagram - __init__(*args, **kwargs)
 - getOstream()
- C++ Interface: get_ostream(OStreamWrapper self) - /**
- Returns the ostream this object is wrapping. 
 - */ 
 
 - get_ostream()
- C++ Interface: get_ostream(OStreamWrapper self) - /**
- Returns the ostream this object is wrapping. 
 - */ 
 
 - ostream
 - upcastToStreamWrapperBase()
- C++ Interface: upcast_to_StreamWrapperBase(const OStreamWrapper self) - upcast from OStreamWrapper to StreamWrapperBase 
 - upcast_to_StreamWrapperBase()
- C++ Interface: upcast_to_StreamWrapperBase(const OStreamWrapper self) - upcast from OStreamWrapper to StreamWrapperBase 
 
