CXXR (C++ R)
Classes | Namespaces | Functions | Variables
ClosureContext.hpp File Reference

($Id: ClosureContext.hpp 1348 2013-02-25 17:49:03Z arr $)

Class CXXR::ClosureContext. More...

#include "CXXR/FunctionBase.h"
#include "CXXR/FunctionContext.hpp"
Include dependency graph for ClosureContext.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Class CXXR::ClosureContext.