Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
OStreamWrapper Class Reference

This class provides a locking wrapper around an arbitrary ostream pointer. More...

Inheritance diagram for OStreamWrapper:
StreamWrapperBase StreamWrapper

List of all members.

Public Member Functions

 OStreamWrapper (ostream stream)
ostream getOstream ()
 Returns the ostream this object is wrapping.

Detailed Description

This class provides a locking wrapper around an arbitrary ostream pointer.

A thread may use this class to perform an atomic seek/write operation.


Constructor & Destructor Documentation

OStreamWrapper ( ostream  stream)

Member Function Documentation

Returns the ostream this object is wrapping.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties