CXXR (C++ R)
|
Class CXXR::ClosureContext. More...
Go to the source code of this file.
Classes | |
class | CXXR::ClosureContext |
Context typically recording the call of a Closure. More... |
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
SEXP | Rf_dynamicfindVar (SEXP, CXXR::ClosureContext *) |
int | Rf_framedepth (CXXR::ClosureContext *) |
void | R_InsertRestartHandlers (CXXR::ClosureContext *, Rboolean) |
SEXP | R_syscall (int, CXXR::ClosureContext *) |
int | R_sysparent (int, CXXR::ClosureContext *) |
SEXP | R_sysframe (int, CXXR::ClosureContext *) |
SEXP | R_sysfunction (int, CXXR::ClosureContext *) |
Variables | |
CXXR::GCRoot | R_HandlerStack |
CXXR::GCRoot | R_RestartStack |
Class CXXR::ClosureContext.