HomeSort by relevance Sort by last modified time
    Searched defs:CSelectionCriterionType (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.h 37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface
42 CSelectionCriterionType(bool bIsInclusive);
SelectionCriterionType.cpp 37 const std::string CSelectionCriterionType::_strDelimiter = "|";
39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive)
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::listPossibleValues() cons
    [all...]

Completed in 49 milliseconds