24 mMapUserString[_key] = _value;
30 MapString::const_iterator iter = mMapUserString.find(_key);
31 if (iter != mMapUserString.end())
38 return mMapUserString;
43 MapString::iterator iter = mMapUserString.find(_key);
44 if (iter != mMapUserString.end())
46 mMapUserString.erase(iter);
54 return mMapUserString.find(_key) != mMapUserString.end();
59 mMapUserString.clear();
69 mInternalData = _data;