CXXR (C++ R) API
|
Class CXXR::FunctionBase and associated C interface functions. More...
Go to the source code of this file.
Classes | |
class | CXXR::FunctionBase |
Base class for function types. More... |
Namespaces | |
namespace | CXXR |
Namespace for the CXXR project. |
Functions | |
int | RTRACE (SEXP x) |
Get function tracing status. | |
void | SET_RTRACE (SEXP x, int v) |
Set function tracing status. |
Class CXXR::FunctionBase and associated C interface functions.
|
inline |
Get function tracing status.
x | Pointer to a CXXR::FunctionBase (checked), or a null pointer. |
|
inline |
Set function tracing status.
x | Pointer to a CXXR::FunctionBase (checked), or a null pointer. |
v | The desired tracing status: non-zero if tracing is required. |