MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / reset

Method reset

tests/catch.hpp:8495–8502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8493 }
8494
8495 void FatalConditionHandler::reset() {
8496 if (isSet) {
8497 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
8498 SetThreadStackGuarantee(&guaranteeSize);
8499 exceptionHandlerHandle = nullptr;
8500 isSet = false;
8501 }
8502 }
8503
8504 FatalConditionHandler::~FatalConditionHandler() {
8505 reset();

Callers 8

testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
invokeActiveTestCaseMethod · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
endRunMethod · 0.45

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected