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::PVRTypeIntValue:
kodi::addon::DynamicCStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >

Public Member Functions

 PVRTypeIntValue ()=default
 Default class constructor.
 
 PVRTypeIntValue (int value, const std::string &description)
 Class constructor with integrated value set.
 
void SetValue (int value)
 To set with the identification value.
 
int GetValue () const
 To get with the identification value.
 
void SetDescription (const std::string &description)
 To set with the description text of the value.
 
std::string GetDescription () const
 To get with the description text of the value.
 
- Public Member Functions inherited from kodi::addon::DynamicCStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >
 DynamicCStructHdl ()
 
 DynamicCStructHdl (const DynamicCStructHdl &cppClass)
 
 DynamicCStructHdl (const PVR_ATTRIBUTE_INT_VALUE *cStructure)
 
 DynamicCStructHdl (PVR_ATTRIBUTE_INT_VALUE *cStructure)
 
const DynamicCStructHdloperator= (const DynamicCStructHdl &right)
 
const DynamicCStructHdloperator= (const PVR_ATTRIBUTE_INT_VALUE &right)
 
virtual ~DynamicCStructHdl ()
 
 operator PVR_ATTRIBUTE_INT_VALUE * ()
 
 operator const PVR_ATTRIBUTE_INT_VALUE * () const
 
const PVR_ATTRIBUTE_INT_VALUEGetCStructure () const
 
PVR_ATTRIBUTE_INT_VALUErelease ()
 

Static Public Member Functions

static PVR_ATTRIBUTE_INT_VALUEAllocAndCopyData (const std::vector< PVRTypeIntValue > &source)
 
static PVR_ATTRIBUTE_INT_VALUEAllocAndCopyData (const PVR_ATTRIBUTE_INT_VALUE *source, unsigned int size)
 
static void AllocResources (const PVR_ATTRIBUTE_INT_VALUE *source, PVR_ATTRIBUTE_INT_VALUE *target)
 
static void FreeResources (PVR_ATTRIBUTE_INT_VALUE *target)
 
static void FreeResources (PVR_ATTRIBUTE_INT_VALUE *values, unsigned int size)
 
static void ReallocAndCopyData (PVR_ATTRIBUTE_INT_VALUE **source, unsigned int *size, const std::vector< PVRTypeIntValue > &values)
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::DynamicCStructHdl< PVRTypeIntValue, PVR_ATTRIBUTE_INT_VALUE >
PVR_ATTRIBUTE_INT_VALUEm_cStructure
 

Member Function Documentation

◆ AllocAndCopyData() [1/2]

static PVR_ATTRIBUTE_INT_VALUE * kodi::addon::PVRTypeIntValue::AllocAndCopyData ( const PVR_ATTRIBUTE_INT_VALUE * source,
unsigned int size )
inlinestatic

◆ AllocAndCopyData() [2/2]

static PVR_ATTRIBUTE_INT_VALUE * kodi::addon::PVRTypeIntValue::AllocAndCopyData ( const std::vector< PVRTypeIntValue > & source)
inlinestatic

◆ AllocResources()

static void kodi::addon::PVRTypeIntValue::AllocResources ( const PVR_ATTRIBUTE_INT_VALUE * source,
PVR_ATTRIBUTE_INT_VALUE * target )
inlinestatic

◆ FreeResources() [1/2]

static void kodi::addon::PVRTypeIntValue::FreeResources ( PVR_ATTRIBUTE_INT_VALUE * target)
inlinestatic

◆ FreeResources() [2/2]

static void kodi::addon::PVRTypeIntValue::FreeResources ( PVR_ATTRIBUTE_INT_VALUE * values,
unsigned int size )
inlinestatic

◆ ReallocAndCopyData()

static void kodi::addon::PVRTypeIntValue::ReallocAndCopyData ( PVR_ATTRIBUTE_INT_VALUE ** source,
unsigned int * size,
const std::vector< PVRTypeIntValue > & values )
inlinestatic

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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