TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Forward declaration of XML classes. More...
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
namespace | ts::xml |
Namespace for XML classes. | |
Typedefs | |
using | ts::xml::ElementVector = std::vector< const Element * > |
Vector of constant elements. | |
Enumerations | |
enum class | ts::xml::MergeAttributes { ts::xml::NONE , ts::xml::ADD , ts::xml::REPLACE } |
How to process attributes when merging XML elements. More... | |
Variables | |
static constexpr size_t | ts::xml::UNLIMITED = std::numeric_limits<size_t>::max() |
Specify an unlimited number of elements. | |
Forward declaration of XML classes.