Inherits CStructHdl< PVRStreamProperty, PVR_NAMED_VALUE >.
Public Member Functions | |
std::string | GetName () const |
To get with the identification name. More... | |
std::string | GetValue () const |
To get with the used property value. More... | |
PVRStreamProperty ()=default | |
Default class constructor. More... | |
PVRStreamProperty (const std::string &name, const std::string &value) | |
Class constructor with integrated value set. More... | |
void | SetName (const std::string &name) |
To set with the identification name. More... | |
void | SetValue (const std::string &value) |
To set with the used property value. More... | |
Public Member Functions inherited from CStructHdl< PVRStreamProperty, PVR_NAMED_VALUE > | |
CStructHdl (const PVR_NAMED_VALUE *cStructure) | |
CStructHdl (const PVRStreamProperty &cppClass) | |
CStructHdl (PVR_NAMED_VALUE *cStructure) | |
const PVR_NAMED_VALUE * | GetCStructure () const |
operator const PVR_NAMED_VALUE * () const | |
operator PVR_NAMED_VALUE * () | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_NAMED_VALUE &right) |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< PVRStreamProperty, PVR_NAMED_VALUE > | |
PVR_NAMED_VALUE * | m_cStructure |