39 mMapUserString[_key] = _value;
45 MapString::const_iterator iter = mMapUserString.find(_key);
46 if (iter != mMapUserString.end())
53 return mMapUserString;
58 MapString::iterator iter = mMapUserString.find(_key);
59 if (iter != mMapUserString.end())
61 mMapUserString.erase(iter);
69 return mMapUserString.find(_key) != mMapUserString.end();
74 mMapUserString.clear();
84 mInternalData = _data;