| 81 | } |
| 82 | |
| 83 | DataValueAttributes::DataValueAttributes() |
| 84 | : _d(new Private()) |
| 85 | { |
| 86 | } |
| 87 | |
| 88 | DataValueAttributes::DataValueAttributes(const DataValueAttributes &r) |
| 89 | : _d(new Private(*r.d)) |
nothing calls this directly
no outgoing calls
no test coverage detected