Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

#include <AddonBase.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ CSettingValue()

kodi::CSettingValue::CSettingValue ( const void settingValue)
inlineexplicit

Member Function Documentation

◆ empty()

bool kodi::CSettingValue::empty ( ) const
inline

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