CXXR (C++ R)
|
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
void | SET_STRING_ELT (SEXP x, int i, SEXP v) |
Set element of CXXR::StringVector. |
Variables | |
Rboolean(* | CXXR::ForceNonInline::isStringp )(SEXP s) = Rf_isString |
SEXP(* | CXXR::ForceNonInline::STRING_ELTp )(const SEXP x, int i) = STRING_ELT |
Implementation of class StringVector and related functions.
Set element of CXXR::StringVector.
x | Non-null pointer to a CXXR::StringVector . |
i | Index of the required element. There is no bounds checking. |
v | Non-null pointer to CXXR::String representing the new value. |