osg::LogBuf::Chunk Struct Reference

#include <OSGLog.h>

List of all members.

Public Member Functions

 Chunk (void)
 ~Chunk (void)

Public Attributes

Char8data
Int32 size


Detailed Description

Definition at line 150 of file OSGLog.h.


Constructor & Destructor Documentation

osg::LogBuf::Chunk::Chunk ( void   )  [inline]

Definition at line 84 of file OSGLog.inl.

00084                        : 
00085     data(NULL), 
00086     size(   0) 
00087 {
00088 }

osg::LogBuf::Chunk::~Chunk ( void   )  [inline]

Definition at line 92 of file OSGLog.inl.

References data.

00093 {
00094     delete [] data; 
00095 }


Member Data Documentation

Definition at line 152 of file OSGLog.h.

Referenced by osg::LogBuf::setCallback(), osg::LogBuf::write(), and ~Chunk().

Definition at line 153 of file OSGLog.h.

Referenced by osg::LogBuf::setCallback(), and osg::LogBuf::write().


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