Panda3D
Public Member Functions | List of all members
StreamWrapper Class Reference

This class provides a locking wrapper around a combination ostream/istream pointer. More...

Inheritance diagram for StreamWrapper:
IStreamWrapper OStreamWrapper StreamWrapperBase StreamWrapperBase

Public Member Functions

 __init__ (Iostream stream)
 
Iostream getIostream ()
 Returns the iostream this object is wrapping. More...
 
- Public Member Functions inherited from IStreamWrapper
 __init__ (Istream stream)
 
Istream getIstream ()
 Returns the istream this object is wrapping. More...
 
- Public Member Functions inherited from StreamWrapperBase
 acquire ()
 Acquires the internal lock. More...
 
 release ()
 Releases the internal lock. Must be called exactly once following a call to acquire(). See the cautions with acquire(). More...
 
- Public Member Functions inherited from OStreamWrapper
 __init__ (Ostream stream)
 
Ostream getOstream ()
 Returns the ostream this object is wrapping. More...
 

Detailed Description

This class provides a locking wrapper around a combination ostream/istream pointer.

Member Function Documentation

◆ __init__()

__init__ ( Iostream  stream)

◆ getIostream()

Iostream getIostream ( )

Returns the iostream this object is wrapping.