TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsDisplayInterface.h File Reference

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.
 

Detailed Description

Abstract interface displaying an object.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const ts::DisplayInterface obj 
)
inline

Display operator for displayable objects.

Parameters
[in,out]strmWhere to output the content.
[in]objThe object to display.
Returns
A reference to strm.