Lines Matching defs:Entry
55 struct Entry struct
57 ExifEntry *entry_;
60 Entry() in Entry() argument
65 Entry(ExifTag tag) in Entry() function
72 Entry(Entry const &other) in Entry() function
79 Entry(ExifEntry *entry) in Entry() argument
85 ~Entry() in ~Entry()
90 Entry &operator=(Entry const &other) in operator =()
98 ExifTag tag() const in tag()
110 ExifFormat format() const in format()
144 "Exif::Entry::getByte(): Format is not EXIF_FORMAT_BYTE"); in getByte()
158 "Exif::Entry::getAscii(): Format is not EXIF_FORMAT_ASCII"); in getAscii()
168 "Exif::Entry::getShort(): Format is not EXIF_FORMAT_SHORT"); in getShort()
183 "Exif::Entry::getLong(): Format is not EXIF_FORMAT_LONG"); in getLong()
198 "Exif::Entry::getSLong(): Format is not EXIF_FORMAT_SLONG"); in getSLong()
213 "Exif::Entry::getRational(): Format is not EXIF_FORMAT_RATIONAL"); in getRational()
228 "Exif::Entry::getSRational(): Format is not EXIF_FORMAT_SRATIONAL"); in getSRational()
243 "Exif::Entry::setByte(): Format is not EXIF_FORMAT_BYTE"); in setByte()
269 "Exif::Entry::setShort(): Format is not EXIF_FORMAT_SHORT"); in setShort()
285 "Exif::Entry::setLong(): Format is not EXIF_FORMAT_LONG"); in setLong()
301 "Exif::Entry::setSLong(): Format is not EXIF_FORMAT_SLONG"); in setSLong()
317 "Exif::Entry::setRational(): Format is not EXIF_FORMAT_RATIONAL"); in setRational()
333 "Exif::Entry::setSRational(): Format is not EXIF_FORMAT_SRATIONAL"); in setSRational()
344 const char *value() in value()
349 const char *briefValue() in briefValue()
354 void dump(unsigned int indent = 0) const in dump()