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

  /external/parameter-framework/upstream/parameter/
TypeElement.h 40 class PARAMETER_EXPORT CTypeElement : public CElement
43 CTypeElement(const std::string &strName = "");
44 virtual ~CTypeElement();
97 std::string getFormattedMapping(const CTypeElement *predecessor) const;
100 CTypeElement(const CTypeElement &);
101 CTypeElement &operator=(const CTypeElement &);
TypeElement.cpp 40 CTypeElement::CTypeElement(const std::string &strName) : base(strName)
44 CTypeElement::~CTypeElement()
49 bool CTypeElement::isScalar() const
54 size_t CTypeElement::getArrayLength() const
59 int CTypeElement::toPlainInteger(int iSizeOptimizedData) const
64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
73 bool CTypeElement::hasMappingData() const
79 void CTypeElement::showProperties(std::string &strResult) cons
    [all...]

Completed in 47 milliseconds