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

Method DataValue

src/value.cpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91DataValue::DataValue(TypeId typeId) : Value(typeId) {
92}
93
94DataValue::DataValue(const byte* buf, size_t len, ByteOrder byteOrder, TypeId typeId) : Value(typeId) {
95 read(buf, len, byteOrder);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected