TSDuck v3.44-4577
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::mcast::ServiceListEntryPoints::Organization Class Reference

Definition of an OrganizationType element. More...

#include <tsmcastServiceListEntryPoints.h>

Collaboration diagram for ts::mcast::ServiceListEntryPoints::Organization:

Public Member Functions

 Organization (const xml::Element *element=nullptr, bool strict=true)
 Constructor.
 
 Organization (const xml::Element *parent, const UString &element, bool strict)
 Constructor from a parent element.
 

Public Attributes

UString name {}
 Main name (other names are not retained).
 
bool regulator = false
 Attribute "regulatorFlag".
 
bool valid = false
 Element was correctly deserialized.
 

Detailed Description

Definition of an OrganizationType element.

Constructor & Destructor Documentation

◆ Organization() [1/2]

ts::mcast::ServiceListEntryPoints::Organization::Organization ( const xml::Element element = nullptr,
bool  strict = true 
)

Constructor.

Parameters
[in]elementXML element containing the organization.
[in]strictStrict XML parsing, do not tolerate missing mandatory elements or attributes.

◆ Organization() [2/2]

ts::mcast::ServiceListEntryPoints::Organization::Organization ( const xml::Element parent,
const UString element,
bool  strict 
)

Constructor from a parent element.

Parameters
[in]parentParent XML element containing the organization.
[in]elementName of the child element containing the organization.
[in]strictStrict XML parsing, do not tolerate missing mandatory elements or attributes.

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