Kodi Development  20.0
for Binary and Script based Add-Ons

Public Member Functions

 CSettingValue (const void *settingValue)
 
bool empty () const
 
bool GetBoolean () const
 To get settings value as boolean. More...
 
template<typename enumType >
enumType GetEnum () const
 To get settings value as enum. More...
 
float GetFloat () const
 To get settings value as floating point. More...
 
int GetInt () const
 To get settings value as integer. More...
 
std::string GetString () const
 To get settings value as string. More...
 
unsigned int GetUInt () const
 To get settings value as unsigned integer. More...
 

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