![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
Base inner class for table entries which contain AbstractTableAttachment fields, such as descriptor lists. More...
#include <tsAbstractTable.h>
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. | |
Base inner class for table entries which contain AbstractTableAttachment fields, such as descriptor lists.
|
inlineexplicit |
Default constructor.
[in] | order | Ordering hint, unspecified by default. |
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.