|
CXXR (C++ R)
|

Namespaces | |
| namespace | CXXR |
| Namespace for the CXXR project. | |
Functions | |
| SEXP | SET_XVECTOR_ELT (SEXP x, int i, SEXP v) |
| Set element of CXXR::ExpressionVector. | |
Variables | |
| Rboolean(* | CXXR::ForceNonInline::isExpressionptr )(SEXP s) = Rf_isExpression |
| SEXP(* | CXXR::ForceNonInline::XVECTOR_ELTp )(const SEXP x, int i) = XVECTOR_ELT |
Implementation of class ExpressionVector and related functions.
Set element of CXXR::ExpressionVector.
| x | Pointer to a CXXR::ExpressionVector . |
| i | Index of the required element. There is no bounds checking. |
| v | Pointer, possibly null, to CXXR::RObject representing the new value. |
1.8.1