TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsURL.h File Reference

Representation of a Uniform Resource Locator (URL). More...

Classes

class  ts::URL
 Representation of a Uniform Resource Locator (URL). More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Macros

#define URL_PROPERTY(type, suffix, field, fullname)
 Define a URL property accessors.
 

Detailed Description

Representation of a Uniform Resource Locator (URL).

Macro Definition Documentation

◆ URL_PROPERTY

#define URL_PROPERTY (   type,
  suffix,
  field,
  fullname 
)

Define a URL property accessors.

This macro is for class internal use only.

Parameters
typeC++ type for the property.
suffixAccessor methods suffix.
fieldInternal class private field.
fullnameExplanatory description of the property.