TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AbstractTable::EntryBase Class Reference

Base inner class for table entries with one or more descriptor lists. More...

#include <tsAbstractTable.h>

Inheritance diagram for ts::AbstractTable::EntryBase:

Public Member Functions

 EntryBase (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 with one or more descriptor lists.

Constructor & Destructor Documentation

◆ EntryBase()

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

Default constructor.

Parameters
[in]orderOrdering hint, unspecified by default.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::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: