Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <General.h>

Inheritance diagram for kodi::addon::PVRStreamProperty:
kodi::addon::DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE >

Public Member Functions

 PVRStreamProperty ()=default
 Default class constructor.
 
 PVRStreamProperty (const std::string &name, const std::string &value)
 Class constructor with integrated value set.
 
void SetName (const std::string &name)
 To set with the identification name.
 
std::string GetName () const
 To get with the identification name.
 
void SetValue (const std::string &value)
 To set with the used property value.
 
std::string GetValue () const
 To get with the used property value.
 
- Public Member Functions inherited from kodi::addon::DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE >
 DynamicCStructHdl ()
 
 DynamicCStructHdl (const DynamicCStructHdl &cppClass)
 
 DynamicCStructHdl (const PVR_NAMED_VALUE *cStructure)
 
 DynamicCStructHdl (PVR_NAMED_VALUE *cStructure)
 
const DynamicCStructHdloperator= (const DynamicCStructHdl &right)
 
const DynamicCStructHdloperator= (const PVR_NAMED_VALUE &right)
 
virtual ~DynamicCStructHdl ()
 
 operator PVR_NAMED_VALUE * ()
 
 operator const PVR_NAMED_VALUE * () const
 
const PVR_NAMED_VALUEGetCStructure () const
 
PVR_NAMED_VALUErelease ()
 

Static Public Member Functions

static void AllocResources (const PVR_NAMED_VALUE *source, PVR_NAMED_VALUE *target)
 
static void FreeResources (PVR_NAMED_VALUE *target)
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE >
PVR_NAMED_VALUEm_cStructure
 

Member Function Documentation

◆ AllocResources()

static void kodi::addon::PVRStreamProperty::AllocResources ( const PVR_NAMED_VALUE * source,
PVR_NAMED_VALUE * target )
inlinestatic

◆ FreeResources()

static void kodi::addon::PVRStreamProperty::FreeResources ( PVR_NAMED_VALUE * target)
inlinestatic

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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