| 45 | |
| 46 | template <typename TAdaptedString> |
| 47 | inline void ObjectData::removeMember(TAdaptedString key, |
| 48 | ResourceManager* resources) { |
| 49 | remove(findKey(key, resources), resources); |
| 50 | } |
| 51 | |
| 52 | template <typename TAdaptedString> |
| 53 | inline VariantData* ObjectData::addMember(TAdaptedString key, |
no test coverage detected