PVR add-on string type value
Representation of a <std::string, std::string>
value.
More...
PVR add-on string type value
Representation of a <std::string, std::string>
value.
The following table contains values that can be set with class PVRTypeStringValue :
◆ GetDescription()
std::string kodi::addon::PVRTypeStringValue::GetDescription |
( |
| ) |
const |
|
inline |
To get with the description text of the value.
◆ GetValue()
std::string kodi::addon::PVRTypeStringValue::GetValue |
( |
| ) |
const |
|
inline |
To get with the identification value.
◆ PVRTypeStringValue() [1/2]
kodi::addon::PVRTypeStringValue::PVRTypeStringValue |
( |
| ) |
|
|
default |
Default class constructor.
◆ PVRTypeStringValue() [2/2]
kodi::addon::PVRTypeStringValue::PVRTypeStringValue |
( |
const std::string & | value, |
|
|
const std::string & | description ) |
|
inline |
Class constructor with integrated value set.
- Parameters
-
[in] | value | Type identification value |
[in] | description | Type description text |
◆ SetDescription()
void kodi::addon::PVRTypeStringValue::SetDescription |
( |
const std::string & | description | ) |
|
|
inline |
To set with the description text of the value.
◆ SetValue()
void kodi::addon::PVRTypeStringValue::SetValue |
( |
const std::string & | value | ) |
|
|
inline |
To set with the identification value.