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

  /external/parameter-framework/upstream/parameter/
Element.h 48 class PARAMETER_EXPORT CElement : public IXmlSink, public IXmlSource
51 CElement(const std::string &strName = "");
52 virtual ~CElement();
70 void addChild(CElement *pChild);
71 bool removeChild(CElement *pChild);
78 CElement *findChildOfKind(const std::string &strKind);
79 const CElement *findChildOfKind(const std::string &strKind) const;
80 const CElement *getParent() const;
90 const CElement *getChild(size_t index) const;
100 CElement *getChild(size_t index)
    [all...]
Element.cpp 42 const std::string CElement::gDescriptionPropertyName = "Description";
44 CElement::CElement(const string &strName) : _strName(strName)
48 CElement::~CElement()
53 void CElement::setDescription(const string &strDescription)
58 const string &CElement::getDescription() const
63 bool CElement::childrenAreDynamic() const
69 bool CElement::init(string &strError)
72 for (CElement *child : _childArray)
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 71 milliseconds