Lines Matching refs:CParameter
40 CParameter::CParameter(const string &strName, const CTypeElement *pTypeElement) in CParameter() function in CParameter
45 CInstanceConfigurableElement::Type CParameter::getType() const in getType()
51 bool CParameter::serializeXmlSettings(CXmlElement &xmlConfigurationSettingsElementContent, in serializeXmlSettings()
63 void CParameter::handleValueSpaceAttribute( in handleValueSpaceAttribute()
73 size_t CParameter::getFootPrint() const in getFootPrint()
78 size_t CParameter::getSize() const in getSize()
84 void CParameter::setDefaultValues(CParameterAccessContext ¶meterAccessContext) const in setDefaultValues()
100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue()
106 void CParameter::doGetValue(string &strValue, size_t offset, in doGetValue()
113 bool CParameter::access(bool &bValue, bool bSet, in access()
120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
127 bool CParameter::access(int32_t &iValue, bool bSet, in access()
134 bool CParameter::access(double &dValue, bool bSet, in access()
142 bool CParameter::doAccess(type &value, bool bSet, in doAccess()
172 bool CParameter::doSet(type value, size_t offset, in doSet()
192 bool CParameter::doGet(type &value, size_t offset, in doGet()