cheshirekow
v0.1.0
|
used to simplify the process of generating an exception message More...
#include <mpblocks/util/exception_stream.hpp>
Public Member Functions | |
std::ostream & | operator() () |
~ExceptionStream () | |
used to simplify the process of generating an exception message
Derives from stringstream so provides an ostream interface, but throws an exception with the contents of the string when the object is destroyed
Exception_t | must be an exception type which accepts a const char* in it's constructor |
Definition at line 20 of file exception_stream.hpp.
|
inline |
Definition at line 22 of file exception_stream.hpp.
|
inline |
Definition at line 24 of file exception_stream.hpp.