Main Page   Groups   Namespaces  

mini3d::divide_by_zero Class Reference
[Exception]

the divided by zero exception class More...

Inheritance diagram for mini3d::divide_by_zero:

mini3d::exception List of all members.

Public Member Functions

 divide_by_zero () throw ()
 Default constructor.
 divide_by_zero (const std::string& discription) throw ()
 A constructor with the discription.
 divide_by_zero (const divide_by_zero& src) throw ()
 Copy constructor.
virtual ~divide_by_zero () throw ()
 Default destructor.
divide_by_zerooperator= (const divide_by_zero& src) throw ()
 Assignment operator.

Detailed Description

the divided by zero exception class


Constructor & Destructor Documentation

mini3d::divide_by_zero::divide_by_zero (  )  throw ()
 

Default constructor.

mini3d::divide_by_zero::divide_by_zero ( const std::string&  discription  )  throw ()
 

A constructor with the discription.

Parameters:
discription the discription which will be added to the what() output

mini3d::divide_by_zero::divide_by_zero ( const divide_by_zero src  )  throw ()
 

Copy constructor.

Parameters:
src the source to be copied from

virtual mini3d::divide_by_zero::~divide_by_zero (  )  throw () [virtual]
 

Default destructor.


Member Function Documentation

divide_by_zero& mini3d::divide_by_zero::operator= ( const divide_by_zero src  )  throw ()
 

Assignment operator.

Parameters:
src the source to be copied from
Returns:
itself


The documentation for this class was generated from the following file:
Generated for libmini3d by Doxygen 1.4.4 © 1997-2001