TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
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. | |
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.
|
inline |
Output operator for the class ts::ConfigSection on standard text streams.
[in,out] | strm | An standard stream in output mode. |
[in] | config | A ts::ConfigSection object. |