30 std::string l_RsrcList;
31 for (CResourceList::const_iterator it = this->begin(); it != this->end(); it++)
32 l_RsrcList += *it +
'\n';
37 if (other.size() != size())
39 for (CResourceList::const_iterator thisit = begin(), otherit = other.begin(); thisit != end(); thisit++, otherit++)
41 if (*thisit != *otherit)
48 if (other.size() != size())
50 for (CResourceList::const_iterator thisit = begin(), otherit = other.begin(); thisit != end(); thisit++, otherit++)
52 if (*thisit != *otherit)