#include <OSGLog.h>
Public Member Functions | |
| Chunk (void) | |
| ~Chunk (void) | |
Public Attributes | |
| Char8 * | data |
| Int32 | size |
Definition at line 150 of file OSGLog.h.
|
|
Definition at line 84 of file OSGLog.inl.
|
|
|
Definition at line 92 of file OSGLog.inl. References data. 00093 { 00094 delete [] data; 00095 }
|
|
|
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(). |
1.4.3