Searched refs:CComponentType (Results 1 – 6 of 6) sorted by relevance
38 CComponentType::CComponentType(const std::string &strName) : base(strName) in CComponentType() function in CComponentType42 std::string CComponentType::getKind() const in getKind()47 bool CComponentType::childrenAreDynamic() const in childrenAreDynamic()52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData()59 bool CComponentType::hasMappingData() const in hasMappingData()66 std::string CComponentType::getFormattedMapping() const in getFormattedMapping()71 bool CComponentType::fromXml(const CXmlElement &xmlElement, in fromXml()114 void CComponentType::populate(CElement *pElement) const in populate()127 CInstanceConfigurableElement *CComponentType::doInstantiate() const in doInstantiate()
38 class CComponentType : public CTypeElement41 CComponentType(const std::string &strName);69 const CComponentType *_pExtendsComponentType{nullptr};
38 class CComponentType; variable43 const CComponentType *getComponentType(const std::string &strName) const;
44 const CComponentType *CComponentLibrary::getComponentType(const std::string &strName) const in getComponentType()46 return static_cast<const CComponentType *>(findChild(strName)); in getComponentType()
36 class CComponentType; variable67 const CComponentType *_pComponentType{nullptr};
2767 "ComponentType", new TNamedElementBuilderTemplate<CComponentType>()); in feedElementLibraries()