Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <exceptions.hh>
Public Member Functions | |
ExcStream (std::ostream &stream, const ExceptionBase &exc) | |
ExcStream & | operator<< (ExcStream &(*pf)(ExcStream &)) |
Public Attributes | |
std::ostream & | stream_ |
const ExceptionBase & | exc_ |
Helper stream that knows stream and exception for which we format the message.
TODO: Make std manipulators work!
Definition at line 260 of file exceptions.hh.
|
inline |
Definition at line 262 of file exceptions.hh.
Definition at line 267 of file exceptions.hh.
const ExceptionBase& internal::ExcStream::exc_ |
Definition at line 264 of file exceptions.hh.
std::ostream& internal::ExcStream::stream_ |
Definition at line 263 of file exceptions.hh.