Inherits DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE >.
Public Member Functions | |
std::string | GetName () const |
To get with the identification name. | |
std::string | GetValue () const |
To get with the used property value. | |
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. | |
void | SetValue (const std::string &value) |
To set with the used property value. | |
Public Member Functions inherited from DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE > | |
DynamicCStructHdl (const DynamicCStructHdl &cppClass) | |
DynamicCStructHdl (const PVR_NAMED_VALUE *cStructure) | |
DynamicCStructHdl (PVR_NAMED_VALUE *cStructure) | |
const PVR_NAMED_VALUE * | GetCStructure () const |
operator const PVR_NAMED_VALUE * () const | |
operator PVR_NAMED_VALUE * () | |
const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
const DynamicCStructHdl & | operator= (const PVR_NAMED_VALUE &right) |
PVR_NAMED_VALUE * | release () |
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 DynamicCStructHdl< PVRStreamProperty, PVR_NAMED_VALUE > | |
PVR_NAMED_VALUE * | m_cStructure |