Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ADDON::SExtValue Struct Reference

#include <BinaryAddonExtensions.h>

Public Member Functions

 SExtValue (const std::string &strValue)
 
const std::string & asString () const
 
bool asBoolean () const
 
int asInteger () const
 
float asFloat () const
 
bool empty () const
 

Public Attributes

const std::string str
 

Constructor & Destructor Documentation

§ SExtValue()

ADDON::SExtValue::SExtValue ( const std::string &  strValue)
inlineexplicit

Member Function Documentation

§ asBoolean()

bool ADDON::SExtValue::asBoolean ( ) const
inline

§ asFloat()

float ADDON::SExtValue::asFloat ( ) const
inline

§ asInteger()

int ADDON::SExtValue::asInteger ( ) const
inline

§ asString()

const std::string& ADDON::SExtValue::asString ( ) const
inline

§ empty()

bool ADDON::SExtValue::empty ( ) const
inline

Member Data Documentation

§ str

const std::string ADDON::SExtValue::str

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