MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / InterruptedException

Class InterruptedException

inst/include/Rcpp/Interrupt.h:33–33  ·  view source on GitHub ↗

Sentinel class for communicating interrupts to the top-level END_RCPP macro

Source from the content-addressed store, hash-verified

31
32 // Sentinel class for communicating interrupts to the top-level END_RCPP macro
33 class InterruptedException {};
34
35 // Sentinel object of class "interrupted-error" which is used for
36 // communicating interrupts accross module boundaries without an

Callers 3

test_cpp_interfaceFunction · 0.85
checkUserInterruptFunction · 0.85
Rcpp_evalFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_cpp_interfaceFunction · 0.68