Searched refs:_pComponentType (Results 1 – 2 of 2) sorted by relevance
38 CComponentInstance::CComponentInstance(const std::string& strName) : base(strName), _pComponentType… in CComponentInstance()55 …return base::getMappingData(strKey, pStrValue) || (_pComponentType && _pComponentType->getMappingD… in getMappingData()61 return base::hasMappingData() || (_pComponentType && _pComponentType->hasMappingData()); in hasMappingData()68 if (_pComponentType) { in getFormattedMapping()70 strValue += _pComponentType->getFormattedMapping(); in getFormattedMapping()85 _pComponentType = pComponentLibrary->getComponentType(strComponentType); in fromXml()87 if (!_pComponentType) { in fromXml()93 if (_pComponentType == getParent()) { in fromXml()95 …serializingContext.setError("Recursive definition of " + _pComponentType->getName() + " due to " +… in fromXml()112 _pComponentType->populate(static_cast<CComponent*>(pElement)); in populate()
64 const CComponentType* _pComponentType; variable