osg::LogOStream Struct Reference
[Log]

#include <OSGLog.h>

List of all members.

Public Member Functions

 LogOStream (std::streambuf *buf)
virtual ~LogOStream (void)
void setrdbuf (std::streambuf *buf)


Detailed Description

Logger ostream, required to fix some problems between the different plattforms

Definition at line 120 of file OSGLog.h.


Constructor & Destructor Documentation

osg::LogOStream::LogOStream ( std::streambuf *  buf  )  [inline]

Definition at line 58 of file OSGLog.inl.

00058                                         : 
00059     std::ostream(buf) 
00060 {
00061 }

osg::LogOStream::~LogOStream ( void   )  [inline, virtual]

Definition at line 65 of file OSGLog.inl.

00066 {
00067 }


Member Function Documentation

void osg::LogOStream::setrdbuf ( std::streambuf *  buf  )  [inline]

Definition at line 70 of file OSGLog.inl.

Referenced by osg::Log::connect().

00071 {
00072 #ifdef OSG_STREAM_RDBUF_HAS_PARAM
00073     std::ostream::rdbuf(buf); 
00074 #else
00075     bp = buf; 
00076 #endif
00077 }


The documentation for this struct was generated from the following files:

Generated on Mon Mar 17 11:10:47 2008 for OpenSG by  doxygen 1.5.5