OMKException.h File Reference

#include <string>
#include "OMKOpenMASK.h"

Include dependency graph for OMKException.h:

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

Go to the source code of this file.

Namespaces

namespace  OMK

Classes

class  OMK::Exception
 Base class for all exceptions generated by an execution of OpenMASK. More...

Functions

OMK_API std::ostream & operator<< (std::ostream &stream, const OMK::Exception &Source)
 print the message associated to the exception

Variables

OMK_API OMK::Exception


Function Documentation

OMK_API std::ostream& operator<< ( std::ostream &  stream,
const OMK::Exception Source 
)

print the message associated to the exception

Definition at line 64 of file OMKException.cpp.

References OMK::Exception::insertInStream().

00065 {
00066   return Source.insertInStream(stream) ;
00067 }


logo OpenMask

Documentation generated on Mon Jun 9 11:45:58 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007