Searched refs:CStringParameterType (Results 1 – 4 of 4) sorted by relevance
38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) in CStringParameterType() function in CStringParameterType43 string CStringParameterType::getKind() const in getKind()49 void CStringParameterType::showProperties(string &strResult) const in showProperties()60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()70 CInstanceConfigurableElement *CStringParameterType::doInstantiate() const in doInstantiate()76 size_t CStringParameterType::getMaxLength() const in getMaxLength()82 void CStringParameterType::toXml(CXmlElement &xmlElement, in toXml()
38 class CStringParameterType : public CTypeElement41 CStringParameterType(const std::string &strName);
57 return static_cast<const CStringParameterType *>(getTypeElement())->getMaxLength() + 1; in getSize()
2775 "StringParameter", new TNamedElementBuilderTemplate<CStringParameterType>()); in feedElementLibraries()