TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
A visitor interface class to be implemented by applications needing ranges of values. More...
#include <tsNames.h>
Public Member Functions | |
virtual bool | handleNameValue (const Names §ion, uint_t 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 | A constant reference to the Names instance calling this visitor. |
[in] | value | The value. |
[in] | name | The name of the value. |