Home | History | Annotate | Download | only in parameter

Lines Matching defs:CComponentInstance

39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName)
43 std::string CComponentInstance::getKind() const
48 std::string CComponentInstance::getXmlElementName() const
55 bool CComponentInstance::childrenAreDynamic() const
60 bool CComponentInstance::getMappingData(const std::string &strKey,
68 bool CComponentInstance::hasMappingData() const
74 std::string CComponentInstance::getFormattedMapping() const
79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement,
112 CInstanceConfigurableElement *CComponentInstance::doInstantiate() const
121 void CComponentInstance::populate(CElement *pElement) const