Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Exception.h File Reference

#include <iostream>

Include dependency graph for Exception.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Exception
 An exception class. More...

Functions

std::ostream & operator<< (std::ostream &os, const Exception &e)
 Print an Exception to an ostream.


Function Documentation

std::ostream& operator<< std::ostream &  os,
const Exception e
[inline]
 

Print an Exception to an ostream.

Parameters:
os the output stream to print to.
e the Exception to print.
Returns:
a reference to the supplied output stream.

Definition at line 286 of file Exception.h.

References Exception::getCode(), Exception::getDescription(), Exception::getFile(), and Exception::getLine().


Generated on Fri May 19 15:36:48 2006 for DarkIce by  doxygen 1.4.4