| 43 | |
| 44 | public: |
| 45 | static void reset() { _destroy_count() = 0; _id() = 0; _destroyed_in_order() = true; _last_destroyed_id() = -1; } |
| 46 | static int destroy_count() { return _destroy_count(); } |
| 47 | static bool destroyed_in_order() { return _destroyed_in_order(); } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected