Searched refs:mayFailGet (Results 1 – 2 of 2) sorted by relevance
104 std::string getStructureAsXML() const { return mayFailGet(&EH::getStructureAsXML); } in getStructureAsXML()106 std::string getAsXML() const { return mayFailGet(&EH::getAsXML); } in getAsXML()
110 Value mayFailGet(bool (K::*accessor)(Value &, std::string &) const) const in mayFailGet() function in parameterFramework::FailureWrapper