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

/external/parameter-framework/upstream/parameter/
H A DTypeElement.h40 class PARAMETER_EXPORT CTypeElement : public CElement class in inherits: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 &);
H A DTypeElement.cpp40 CTypeElement::CTypeElement(const std::string &strName) : base(strName) function in class:CTypeElement
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
[all...]

Completed in 101 milliseconds