| 15 | // class member definitions |
| 16 | namespace Exiv2 { |
| 17 | Value::Value(TypeId typeId) : type_(typeId) { |
| 18 | } |
| 19 | |
| 20 | Value::UniquePtr Value::create(TypeId typeId) { |
| 21 | switch (typeId) { |
nothing calls this directly
no outgoing calls
no test coverage detected