| 248 | } |
| 249 | |
| 250 | bool |
| 251 | ImageFileReader ::HasMetaDataKey(const std::string & key) const |
| 252 | { |
| 253 | return this->m_pfHasMetaDataKey(key); |
| 254 | } |
| 255 | |
| 256 | std::string |
| 257 | ImageFileReader ::GetMetaData(const std::string & key) const |
nothing calls this directly
no outgoing calls
no test coverage detected