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

  /external/parameter-framework/parameter/
SelectionCriterionType.h 37 class CSelectionCriterionType : public CElement, public ISelectionCriterionTypeInterface
42 CSelectionCriterionType(bool bIsInclusive);
SelectionCriterionType.cpp 35 const std::string CSelectionCriterionType::_strDelimiter = "|";
37 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive)
46 std::string CSelectionCriterionType::getKind() const
52 bool CSelectionCriterionType::addValuePair(int iValue, const std::string& strValue)
74 bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int& iValue) const
99 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string& strValue, int& iValue) const
112 bool CSelectionCriterionType::getLiteralValue(int iValue, std::string& strValue) const
128 bool CSelectionCriterionType::isTypeInclusive() const
134 std::string CSelectionCriterionType::listPossibleValues() cons
    [all...]

Completed in 31 milliseconds