TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A subclass of ts::Report which logs messages in an internal buffer. More...
Classes | |
class | ts::ReportBuffer< SAFETY > |
A subclass of ts::Report which logs all messages in an internal buffer. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
template<ts::ThreadSafety SAFETY> | |
std::ostream & | operator<< (std::ostream &strm, const ts::ReportBuffer< SAFETY > &log) |
Output operator for the class ts::ReportBuffer on standard text streams. | |
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. |