Home | History | Annotate | Download | only in parameter

Lines Matching refs:CInstanceConfigurableElement

40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string &strName,
46 std::string CInstanceConfigurableElement::getKind() const
52 std::string CInstanceConfigurableElement::getXmlElementName() const
59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const
65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey,
73 std::string CInstanceConfigurableElement::getFormattedMapping() const
79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError)
99 CInstanceConfigurableElement *pInstanceConfigurableChildElement =
100 static_cast<CInstanceConfigurableElement *>(getChild(uiChild));
118 void CInstanceConfigurableElement::showProperties(std::string &strResult) const
127 bool CInstanceConfigurableElement::isScalar() const
133 size_t CInstanceConfigurableElement::getArrayLength() const
139 void CInstanceConfigurableElement::setSyncer(ISyncer *pSyncer)
146 void CInstanceConfigurableElement::unsetSyncer()
152 ISyncer *CInstanceConfigurableElement::getSyncer() const
163 void CInstanceConfigurableElement::fillSyncerSetFromDescendant(CSyncerSet &syncerSet) const
174 bool CInstanceConfigurableElement::sync(CParameterAccessContext &parameterAccessContext) const
203 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator &pathNavigator,
218 void CInstanceConfigurableElement::structureToXml(CXmlElement &xmlElement,