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

  /external/parameter-framework/parameter/
TypeElement.h 38 class CTypeElement : public CElement
41 CTypeElement(const std::string& strName = "");
42 virtual ~CTypeElement();
86 CTypeElement(const CTypeElement&);
87 CTypeElement& operator=(const CTypeElement&);
TypeElement.cpp 38 CTypeElement::CTypeElement(const std::string& strName) : base(strName), _uiArrayLength(0), _pMappingData(NULL)
42 CTypeElement::~CTypeElement()
47 bool CTypeElement::isScalar() const
52 uint32_t CTypeElement::getArrayLength() const
57 int CTypeElement::toPlainInteger(int iSizeOptimizedData) const
62 bool CTypeElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
71 bool CTypeElement::hasMappingData() const
77 void CTypeElement::showProperties(std::string& strResult) cons
    [all...]

Completed in 652 milliseconds