MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / UncatchOpenCvErrs

Function UncatchOpenCvErrs

jni/stasm/err.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void UncatchOpenCvErrs(void) // restore handler that was active before CatchOpenCvErrs
98{
99 if (istack_g > 0)
100 cv::redirectError(stack_g[--istack_g]);
101 else // should never get here (call to UncatchErr without matching CatchErr)
102 printf("\nCallback stack overpop\n");
103}
104
105void Err(const char* format, ...) // args like printf, throws an exception
106{

Callers 4

stasm_init_extFunction · 0.85
stasm_open_image_extFunction · 0.85
stasm_search_auto_extFunction · 0.85
stasm_search_pinnedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected