opencv-0.0.0.0: src/OpenCV/Internal/Exception.cpp
#include "opencv2/core.hpp"
using namespace cv;
extern "C" {
const char * inline_c_OpenCV_Internal_Exception_0_9c662f8b58a9de54c461812288a8567063b02b4d(Exception * cvExceptionPtr_inline_c_0) {
return ( cvExceptionPtr_inline_c_0->what() );
}
}
extern "C" {
void inline_c_OpenCV_Internal_Exception_1_2402dbf3aea4f7f79392b71ed42618962a22e9aa(Exception * ptr_inline_c_0) {
delete ptr_inline_c_0 ;
}
}