| 328 | |
| 329 | template <typename TAdaptedString> |
| 330 | VariantData* getMember(TAdaptedString key, |
| 331 | const ResourceManager* resources) const { |
| 332 | return ObjectData::getMember(asObject(), key, resources); |
| 333 | } |
| 334 | |
| 335 | template <typename TAdaptedString> |
| 336 | static VariantData* getMember(const VariantData* var, TAdaptedString key, |
nothing calls this directly
no test coverage detected