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

Method Value

src/value.cpp:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// class member definitions
16namespace Exiv2 {
17Value::Value(TypeId typeId) : type_(typeId) {
18}
19
20Value::UniquePtr Value::create(TypeId typeId) {
21 switch (typeId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected