Lines Matching defs:Content
360 struct Content
364 Content()
368 Content(Content const &other)
375 Content(ExifContent *content)
381 ~Content()
386 Content &operator=(Content const &other)
401 "Exif::Content: IFD does not contain given tag");
412 "Exif::Content: numeric entry index out of range");
507 Content operator[](unsigned int index)
510 return Content(data_->ifd[index]);
515 return Content();