Searched refs:stringpair (Results 1 – 1 of 1) sorted by relevance
21 typedef std::pair<std::string, std::string> stringpair; typedef171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()