Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi::CSettingValue Class Reference

#include <AddonBase.h>

Public Member Functions

 CSettingValue (const void *settingValue)
 
bool empty () const
 
std::string GetString () const
 
int GetInt () const
 
unsigned int GetUInt () const
 
bool GetBoolean () const
 
float GetFloat () const
 

Constructor & Destructor Documentation

◆ CSettingValue()

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

Member Function Documentation

◆ empty()

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

◆ GetBoolean()

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

◆ GetFloat()

float kodi::CSettingValue::GetFloat ( ) const
inline

◆ GetInt()

int kodi::CSettingValue::GetInt ( ) const
inline

◆ GetString()

std::string kodi::CSettingValue::GetString ( ) const
inline

◆ GetUInt()

unsigned int kodi::CSettingValue::GetUInt ( ) const
inline

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