Panda3D
Public Member Functions
StreamWrapper Class Reference

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

#include "streamWrapper.h"

Inheritance diagram for StreamWrapper:
IStreamWrapper OStreamWrapper StreamWrapperBase StreamWrapperBase

List of all members.

Public Member Functions

 StreamWrapper (iostream *stream, bool owns_pointer, bool stringstream_hack=false)
 StreamWrapper (iostream &stream)
iostream * get_iostream () const
 Returns the iostream this object is wrapping.

Detailed Description

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

Definition at line 116 of file streamWrapper.h.


Member Function Documentation

iostream * StreamWrapper::get_iostream ( ) const [inline]

Returns the iostream this object is wrapping.

Definition at line 208 of file streamWrapper.I.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations