\brief Get the value of a meta-data dictionary entry as a string. * * If the key is not in the dictionary then an exception is * thrown. * * string types in the dictionary are returned as their native * string. Other types are printed to string before returning. **/
| 242 | * string. Other types are printed to string before returning. |
| 243 | **/ |
| 244 | std::string |
| 245 | GetMetaData(unsigned int slice, const std::string & key) const |
| 246 | { |
| 247 | return this->m_pfGetMetaData(slice, key); |
| 248 | } |
| 249 | |
| 250 | |
| 251 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected