CXXR (C++ R)
|
Table of functions invoked via .Internal()
.
More...
#include "CXXR/DotInternal.h"
#include "Internal.h"
#include "CXXR/BuiltInFunction.h"
#include "CXXR/Expression.h"
#include "CXXR/errors.h"
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
void | SET_INTERNAL (SEXP x, SEXP v) |
Associate a Symbol with a .Internal() function. | |
SEXP | do_internal (SEXP call, SEXP op, SEXP args, SEXP env) |
Variables | |
SEXP(* | CXXR::ForceNonInline::INTERNALp )(SEXP x) = INTERNAL |
Table of functions invoked via .Internal()
.
Associate a Symbol with a .Internal()
function.
x | Pointer to a CXXR::Symbol (checked). |
v | Pointer to the CXXR::BuiltInFunction (checked) to be associated by this symbol. A null pointer is permissible, and signifies that any previous association of sym with a function is to be removed from the table. |