MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / isStringType

Method isStringType

src/image.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool Image::isStringType(uint16_t type) {
141 return type == Exiv2::asciiString || type == Exiv2::unsignedByte || type == Exiv2::signedByte ||
142 type == Exiv2::undefined;
143}
144bool Image::isShortType(uint16_t type) {
145 return type == Exiv2::unsignedShort || type == Exiv2::signedShort;
146}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected