| 210 | } |
| 211 | |
| 212 | void |
| 213 | clear() |
| 214 | { |
| 215 | deleteToURL(); |
| 216 | _mapping = nullptr; |
| 217 | _toURLPtr = nullptr; |
| 218 | _heap = nullptr; |
| 219 | } |
| 220 | |
| 221 | // noncopyable, non-assignable |
| 222 | UrlMappingContainer(const UrlMappingContainer &orig) = delete; |
no outgoing calls
no test coverage detected