A subclass of ts::Report which logs messages in an internal buffer. More...
Classes | |
class | ts::ReportBuffer< MUTEX > |
A subclass of ts::Report which logs all messages in an internal buffer. More... | |
Namespaces | |
ts | |
TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
template<class MUTEX > | |
std::ostream & | operator<< (std::ostream &strm, const ts::ReportBuffer< MUTEX > &log) |
Output operator for the class ts::ReportBuffer on standard text streams. More... | |
A subclass of ts::Report which logs messages in an internal buffer.
|
inline |
Output operator for the class ts::ReportBuffer on standard text streams.
[in,out] | strm | An standard stream in output mode. |
[in] | log | A ts::ReportBuffer object. |