class CCMutableDictionary : public CCObject { TOLUA_TEMPLATE_BIND(K V, std::string CCObject*) unsigned int count(); std::vector allKeys(); std::vector allKeysForObject(V object); V objectForKey(K key); bool setObject(V pObject, K key); void removeObjectForKey(K key); bool begin(); void endToLua(); V next(K* key = NULL); void endToLua(); void removeAllObjects(); static CCMutableDictionary* dictionaryWithDictionary(CCMutableDictionary* srcDict); }; typedef CCMutableDictionary CCStringToStringDictionary;