Searched refs:CStringParameter (Results 1 – 3 of 3) sorted by relevance
40 CStringParameter::CStringParameter(const string& strName, const CTypeElement* pTypeElement) : base(… in CStringParameter() function in CStringParameter44 CInstanceConfigurableElement::Type CStringParameter::getType() const in getType()49 uint32_t CStringParameter::getFootPrint() const in getFootPrint()54 uint32_t CStringParameter::getSize() const in getSize()60 void CStringParameter::setDefaultValues(CParameterAccessContext& parameterAccessContext) const in setDefaultValues()69 bool CStringParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContex… in doSetValue()86 void CStringParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doGetValue()
36 class CStringParameter : public CBaseParameter39 CStringParameter(const std::string& strName, const CTypeElement* pTypeElement);
71 return new CStringParameter(getName(), this); in doInstantiate()