TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Abstract interface displaying an object. More...
Classes | |
class | ts::DisplayInterface |
An interface to be implemented by classes supporting display to a standard text stream. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
std::ostream & | operator<< (std::ostream &strm, const ts::DisplayInterface &obj) |
Display operator for displayable objects. | |
Abstract interface displaying an object.
|
inline |
Display operator for displayable objects.
[in,out] | strm | Where to output the content. |
[in] | obj | The object to display. |