#include <OSGBinaryDataHandler.h>
Inheritance diagram for osg::BinaryDataHandler::ReadError:

Public Member Functions | |
| ReadError (const Char8 *reason) | |
Protected Types | |
| typedef OSG_STDEXCEPTION_NAMESPACE::exception | Inherited |
Definition at line 70 of file OSGBinaryDataHandler.h.
|
|
Definition at line 101 of file OSGException.h. |
|
|
Definition at line 44 of file OSGBinaryDataHandler.inl. References osg::Exception::_what. 00044 : 00045 Exception() 00046 { 00047 _what += "BinaryDataHandler ReadError: "; 00048 _what += reason; 00049 }
|
|
|
Definition at line 73 of file OSGException.cpp. References osg::Exception::_what. Referenced by osg::operator<<(). 00074 { 00075 return _what.c_str(); 00076 }
|
|
1.4.3