16 mMapUserString[_key] = _value;
22 MapString::const_iterator iter = mMapUserString.find(_key);
23 if (iter != mMapUserString.end())
30 return mMapUserString;
35 MapString::iterator iter = mMapUserString.find(_key);
36 if (iter != mMapUserString.end())
38 mMapUserString.erase(iter);
46 return mMapUserString.find(_key) != mMapUserString.end();
51 mMapUserString.clear();
61 mInternalData = _data;