Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::BinaryDataHandler::ReadError Struct Reference

#include <OSGBinaryDataHandler.h>

Inheritance diagram for osg::BinaryDataHandler::ReadError:

osg::Exception List of all members.

Public Member Functions

 ReadError (const Char8 *reason)

Protected Types

typedef OSG_STDEXCEPTION_NAMESPACE::exception Inherited

Detailed Description

Definition at line 70 of file OSGBinaryDataHandler.h.


Member Typedef Documentation

typedef OSG_STDEXCEPTION_NAMESPACE::exception osg::Exception::Inherited [protected, inherited]
 

Definition at line 101 of file OSGException.h.


Constructor & Destructor Documentation

osg::BinaryDataHandler::ReadError::ReadError const Char8 reason  )  [inline]
 

Definition at line 44 of file OSGBinaryDataHandler.inl.

References osg::Exception::_what.

00044                                                          : 
00045     Exception() 
00046 {
00047     _what += "BinaryDataHandler ReadError: ";
00048     _what += reason;
00049 }


Member Function Documentation

const Char8 * Exception::what void   )  const [virtual, inherited]
 

Definition at line 73 of file OSGException.cpp.

References osg::Exception::_what.

Referenced by osg::operator<<().

00074 {
00075     return _what.c_str();
00076 }


Member Data Documentation

* std::string osg::Exception::_what [protected, inherited]
 

Definition at line 107 of file OSGException.h.

Referenced by osg::ClusterException::ClusterException(), osg::ConnectionClosed::ConnectionClosed(), osg::Exception::operator=(), ReadError(), osg::RemoteSyncError::RemoteSyncError(), osg::SocketError::SocketError(), osg::SocketException::SocketException(), osg::SocketHostError::SocketHostError(), osg::Exception::what(), and osg::BinaryDataHandler::WriteError::WriteError().


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:12:33 2005 for OpenSG by  doxygen 1.4.3