|
Flow123d
release_2.2.0-48-gb04af7f
|
#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 324 of file exceptions.hh.
|
inline |
Definition at line 326 of file exceptions.hh.
Definition at line 331 of file exceptions.hh.
| const ExceptionBase& internal::ExcStream::exc_ |
Definition at line 328 of file exceptions.hh.
| std::ostream& internal::ExcStream::stream_ |
Definition at line 327 of file exceptions.hh.
1.8.11