TSDuck v3.40-4025
MPEG Transport Stream Toolkit
|
A visitor interface class to be implemented by applications needing ranges of values. More...
#include <tsNamesFile.h>
Public Member Functions | |
virtual bool | handleNameValue (const UString §ion_name, Value value, const UString &name)=0 |
Called for each name/value pair to visit. | |
A visitor interface class to be implemented by applications needing ranges of values.
|
pure virtual |
Called for each name/value pair to visit.
[in] | section_name | The name of the section containing the value. |
[in] | value | The value. |
[in] | name | The name of the value. |