Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
bad_mxSTRUCT_cast Class Reference

#include <exceptions.hh>

Collaboration diagram for bad_mxSTRUCT_cast:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 bad_mxSTRUCT_cast (const int &type)
virtual const char * what () const throw ()
virtual ~bad_mxSTRUCT_cast () throw ()

Private Attributes

const int type_
std::string what_

Detailed Description

Definition at line 85 of file exceptions.hh.


Constructor & Destructor Documentation

bad_mxSTRUCT_cast::bad_mxSTRUCT_cast ( const int &  type) [inline]

Definition at line 91 of file exceptions.hh.

Here is the call graph for this function:

virtual bad_mxSTRUCT_cast::~bad_mxSTRUCT_cast ( ) throw () [inline, virtual]

Definition at line 99 of file exceptions.hh.


Member Function Documentation

virtual const char* bad_mxSTRUCT_cast::what ( ) const throw () [inline, virtual]

Definition at line 101 of file exceptions.hh.


Member Data Documentation

const int bad_mxSTRUCT_cast::type_ [private]

Definition at line 87 of file exceptions.hh.

std::string bad_mxSTRUCT_cast::what_ [private]

Definition at line 88 of file exceptions.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)