Searched refs:CComponentType (Results 1 – 6 of 6) sorted by relevance
38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(… 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()58 bool CComponentType::hasMappingData() const in hasMappingData()64 std::string CComponentType::getFormattedMapping() const in getFormattedMapping()76 bool CComponentType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingCont… 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);67 const CComponentType* _pExtendsComponentType;
38 class CComponentType; variable45 const CComponentType* getComponentType(const std::string& strName) const;
48 const CComponentType* CComponentLibrary::getComponentType(const std::string& strName) const in getComponentType()50 return static_cast<const CComponentType*>(findChild(strName)); in getComponentType()
36 class CComponentType; variable64 const CComponentType* _pComponentType;
2458 …ionLibrary->addElementBuilder("ComponentType", new TNamedElementBuilderTemplate<CComponentType>()); in feedElementLibraries()