CXXR (C++ R)
|
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
SEXP | SET_VECTOR_ELT (SEXP x, int i, SEXP v) |
Set element of CXXR::ListVector. |
Variables | |
SEXP(* | CXXR::ForceNonInline::VECTOR_ELTp )(const SEXP x, int i) = VECTOR_ELT |
Implementation of class ListVector and related functions.
const_cast
. Set element of CXXR::ListVector.
x | Pointer to a CXXR::ListVector. |
i | Index of the required element. There is no bounds checking. |
v | Pointer, possibly null, to CXXR::RObject representing the new value. |