Destructor, deletes internal code array when owned and allocated.
| 188 | } |
| 189 | /// Destructor, deletes internal code array when owned and allocated. |
| 190 | virtual ~Pattern() |
| 191 | { |
| 192 | clear(); |
| 193 | } |
| 194 | /// Clear and delete pattern data. |
| 195 | void clear() |
| 196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected