| 326 | } |
| 327 | |
| 328 | void preserveImp() override |
| 329 | { |
| 330 | if(m_pVarStr != nullptr) |
| 331 | { |
| 332 | m_preservedStrVal = *m_pVarStr; |
| 333 | } |
| 334 | else |
| 335 | { |
| 336 | m_preservedNumVal = *m_pVarNum; |
| 337 | } |
| 338 | } |
| 339 | |
| 340 | void unpreserveImp() override |
| 341 | { |
nothing calls this directly
no outgoing calls
no test coverage detected