Searched defs:CSelectionCriterionType (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DSelectionCriterionType.h37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface class in inherits:CElement,ISelectionCriterionTypeInterface
42 CSelectionCriterionType(bool bIsInclusive);
H A DSelectionCriterionType.cpp37 const std::string CSelectionCriterionType::_strDelimiter = "|";
39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) function in class:CSelectionCriterionType
48 std::string CSelectionCriterionType::getKind() const
54 bool CSelectionCriterionType::addValuePair(int iValue, const std::string &strValue,
93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const
118 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string &strValue,
132 bool CSelectionCriterionType::getLiteralValue(int iValue, std::string &strValue) const
148 bool CSelectionCriterionType::isTypeInclusive() const
154 std::string CSelectionCriterionType
[all...]

Completed in 103 milliseconds