Disallow copy and assignment.
| 32 | |
| 33 | // Disallow copy and assignment. |
| 34 | BaseEngine(BaseEngine const&) = delete; |
| 35 | BaseEngine& operator=(BaseEngine const&) = delete; |
| 36 | |
| 37 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected