TSDuck v3.40-4025
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::NamesFile::Visitor Class Referenceabstract

A visitor interface class to be implemented by applications needing ranges of values. More...

#include <tsNamesFile.h>

Inheritance diagram for ts::NamesFile::Visitor:

Public Member Functions

virtual bool handleNameValue (const UString &section_name, Value value, const UString &name)=0
 Called for each name/value pair to visit.
 

Detailed Description

A visitor interface class to be implemented by applications needing ranges of values.

Member Function Documentation

◆ handleNameValue()

virtual bool ts::NamesFile::Visitor::handleNameValue ( const UString section_name,
Value  value,
const UString name 
)
pure virtual

Called for each name/value pair to visit.

Parameters
[in]section_nameThe name of the section containing the value.
[in]valueThe value.
[in]nameThe name of the value.
Returns
True to continue visiting other values, false to abort the visit.

The documentation for this class was generated from the following file: