A structure used in the constructor of a Names instance.
More...
#include <tsNames.h>
|
const uint_t | first |
| First value for the name, in unsigned form.
|
|
const uint_t | last |
| Last value for the name, in unsigned form.
|
|
const UString | name |
| Name for the value.
|
|
const bool | neg_first |
| First value was set from a negative value of a signed type.
|
|
const bool | neg_last |
| Last value was set from a negative value of a signed type.
|
|
A structure used in the constructor of a Names instance.
◆ NameValue() [1/4]
ts::Names::NameValue::NameValue |
( |
const UString & |
n, |
|
|
T |
v |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | n | Name for the value. |
[in] | v | Unique value for the name. |
◆ NameValue() [2/4]
ts::Names::NameValue::NameValue |
( |
const UChar * |
n, |
|
|
T |
v |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | n | Name for the value. |
[in] | v | Unique value for the name. |
◆ NameValue() [3/4]
ts::Names::NameValue::NameValue |
( |
const UString & |
n, |
|
|
T1 |
f, |
|
|
T2 |
l |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | n | Name for the value. |
[in] | f | First value for the name. |
[in] | l | Last value for the name. |
◆ NameValue() [4/4]
ts::Names::NameValue::NameValue |
( |
const UChar * |
n, |
|
|
T1 |
f, |
|
|
T2 |
l |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | n | Name for the value. |
[in] | f | First value for the name. |
[in] | l | Last value for the name. |
The documentation for this struct was generated from the following file: