TSDuck v3.43-4441
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AbstractTable::AttachedEntry Class Reference

Base inner class for table entries which contain AbstractTableAttachment fields, such as descriptor lists. More...

#include <tsAbstractTable.h>

Inheritance diagram for ts::AbstractTable::AttachedEntry:

Public Member Functions

 AttachedEntry (size_t order=NPOS)
 Default constructor.
 

Public Attributes

size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 

Detailed Description

Base inner class for table entries which contain AbstractTableAttachment fields, such as descriptor lists.

Constructor & Destructor Documentation

◆ AttachedEntry()

ts::AbstractTable::AttachedEntry::AttachedEntry ( size_t  order = NPOS)
inlineexplicit

Default constructor.

Parameters
[in]orderOrdering hint, unspecified by default.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::AttachedEntry::order_hint

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


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