Home | History | Annotate | Download | only in parameter

Lines Matching refs:string

35 bool CMappingData::init(const std::string &rawMapping, std::string &error)
39 std::string strMappingElement;
43 std::string::size_type iFistDelimiterOccurrence = strMappingElement.find_first_of(':');
45 std::string strKey, strValue;
47 if (iFistDelimiterOccurrence == std::string::npos) {
74 bool CMappingData::getValue(const std::string &strkey, const std::string *&pStrValue) const
87 std::string CMappingData::asString() const
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue)