Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::SExtValue Struct Reference

#include <AddonExtensions.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 SExtValue::asBoolean ( ) const

◆ 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 files: