OStreamWrapper

from panda3d.core import OStreamWrapper
class OStreamWrapper

Bases:

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

Inheritance diagram of OStreamWrapper

__init__(stream: ostream)
getOstream() ostream

Returns the ostream this object is wrapping.

property ostream ostream

Returns the ostream this object is wrapping.