libdrmconf
0.10.4
A library to program DMR radios.
|
A helper class to assemble error messages as streams. More...
#include <errorstack.hh>
Public Member Functions | |
MessageStream (const ErrorStack &stack, const QString &file, unsigned line) | |
Constructor. | |
virtual | ~MessageStream () |
Destructor, puts the message on the stack. | |
Protected Attributes | |
const ErrorStack & | _stack |
Holds a weak reference to the error stack to put the message on. | |
QString | _file |
The file path. | |
unsigned | _line |
The line number. | |
QString | _message |
The message buffer. | |
A helper class to assemble error messages as streams.
Use the errorMessage
macro.