|
escript
Revision_
|
#include "EsysException.h"Functions | |
| std::ostream & | operator<< (std::ostream &output, EsysException &inException) |
| Stream insertion (print) operator for EsysExceptions. | |
| std::ostream& operator<< | ( | std::ostream & | output, |
| EsysException & | inException | ||
| ) |
Stream insertion (print) operator for EsysExceptions.
| output | Input - Output stream. |
| inException | Input - The exception to be inserted into the output stream. |
References esysUtils::EsysException::toString().
1.7.6.1