TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A stack of VLAN identifiers, from outer to inner VLAN. More...
#include <tsIPProtocols.h>
Public Types | |
using | SuperClass = std::vector< VLANId > |
Explicit reference to superclass. | |
Public Member Functions | |
VLANIdStack ()=default | |
Default constructor. | |
bool | match (const VLANIdStack &other) const |
Check if this VLAN id stack matches a template stack. | |
virtual UString | toString () const override |
Convert to a string object. | |
A stack of VLAN identifiers, from outer to inner VLAN.
|
overridevirtual |
Convert to a string object.
Implements ts::StringifyInterface.
bool ts::VLANIdStack::match | ( | const VLANIdStack & | other | ) | const |
Check if this VLAN id stack matches a template stack.
other | The template stack to compare with. |