Searched refs:CComponentInstance (Results 1 – 3 of 3) sorted by relevance
39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName) in CComponentInstance() function in CComponentInstance43 std::string CComponentInstance::getKind() const in getKind()48 std::string CComponentInstance::getXmlElementName() const in getXmlElementName()55 bool CComponentInstance::childrenAreDynamic() const in childrenAreDynamic()60 bool CComponentInstance::getMappingData(const std::string &strKey, in getMappingData()68 bool CComponentInstance::hasMappingData() const in hasMappingData()74 std::string CComponentInstance::getFormattedMapping() const in getFormattedMapping()79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml()112 CInstanceConfigurableElement *CComponentInstance::doInstantiate() const in doInstantiate()121 void CComponentInstance::populate(CElement *pElement) const in populate()
38 class CComponentInstance : public CTypeElement41 CComponentInstance(const std::string &strName);
2769 "Component", new TNamedElementBuilderTemplate<CComponentInstance>()); in feedElementLibraries()