Panda3D
|
This class provides a locking wrapper around a combination ostream/istream pointer. More...
#include "streamWrapper.h"
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. |
This class provides a locking wrapper around a combination ostream/istream pointer.
Definition at line 116 of file streamWrapper.h.
iostream * StreamWrapper::get_iostream | ( | ) | const [inline] |
Returns the iostream this object is wrapping.
Definition at line 208 of file streamWrapper.I.