Declare the class QtsTable. More...
Classes | |
class | QtsTable |
Representation of a binary MPEG PSI/SI table. More... | |
Typedefs | |
typedef QtlSmartPointer< QtsTable, QtlNullMutexLocker > | QtsTablePtr |
Smart pointer to a QtsTable (non thread-safe). More... | |
typedef QVector< QtsTablePtr > | QtsTablePtrVector |
Vector of smart pointers to QtsTable (non thread-safe). More... | |
typedef QtlSmartPointer< QtsTable, QtlMutexLocker > | QtsTableSafePtr |
Smart pointer to a QtsTable (thread-safe). More... | |
typedef QVector< QtsTableSafePtr > | QtsTableSafePtrVector |
Vector of smart pointers to QtsTable (thread-safe). More... | |
Smart pointer to a QtsTable (non thread-safe).
typedef QVector<QtsTablePtr> QtsTablePtrVector |
Vector of smart pointers to QtsTable (non thread-safe).
Smart pointer to a QtsTable (thread-safe).
typedef QVector<QtsTableSafePtr> QtsTableSafePtrVector |
Vector of smart pointers to QtsTable (thread-safe).