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

Representation of a "configuration section". More...

Classes

class  ts::ConfigSection
 Representation of a "configuration section". More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Functions

std::ostream & operator<< (std::ostream &strm, const ts::ConfigSection &config)
 Output operator for the class ts::ConfigSection on standard text streams.
 

Detailed Description

Representation of a "configuration section".

A configuration section contains a list of "entries". Each entry has one or more values. A value can be interpreted as a string, integer or boolean.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const ts::ConfigSection config 
)
inline

Output operator for the class ts::ConfigSection on standard text streams.

Parameters
[in,out]strmAn standard stream in output mode.
[in]configA ts::ConfigSection object.
Returns
A reference to the strm object.