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

/external/parameter-framework/parameter/
H A DRuleParser.cpp38 const char* CRuleParser::_acDelimiters[CRuleParser::ENbStatuses] = {
47 CRuleParser::CRuleParser(const string& strApplicationRule, const CSelectionCriteriaDefinition* pSelectionCriteriaDefinition) : function in class:CRuleParser
52 _eStatus(CRuleParser::EInit),
57 CRuleParser::~CRuleParser()
63 bool CRuleParser::parse(CCompoundRule* pParentRule, string& strError)
149 bool CRuleParser::iterate(string& strError)
217 const string& CRuleParser
[all...]
H A DRuleParser.h38 class CRuleParser class
52 CRuleParser(const std::string& strApplicationRule, const CSelectionCriteriaDefinition* pSelectionCriteriaDefinition);
53 ~CRuleParser();
74 CRuleParser(const CRuleParser&);
75 CRuleParser& operator=(const CRuleParser&);

Completed in 235 milliseconds