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

Public Member Functions | Private Attributes
bad_cast Class Reference

#include <exceptions.hh>

Collaboration diagram for bad_cast:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 bad_cast (const int &type1, const int &type2)
virtual const char * what () const throw ()
virtual ~bad_cast () throw ()

Private Attributes

const int type1_
const int type2_
std::string what_

Detailed Description

Definition at line 40 of file exceptions.hh.


Constructor & Destructor Documentation

bad_cast::bad_cast ( const int &  type1,
const int &  type2 
) [inline]

Definition at line 46 of file exceptions.hh.

Here is the call graph for this function:

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

Definition at line 54 of file exceptions.hh.


Member Function Documentation

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

Definition at line 56 of file exceptions.hh.


Member Data Documentation

const int bad_cast::type1_ [private]

Definition at line 42 of file exceptions.hh.

const int bad_cast::type2_ [private]

Definition at line 42 of file exceptions.hh.

std::string bad_cast::what_ [private]

Definition at line 43 of file exceptions.hh.


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

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