($Id: FunctionBase.h 1351 2013-03-08 15:12:28Z arr $)
Class CXXR::FunctionBase and associated C interface functions.
More...
#include "CXXR/RObject.h"
#include <boost/serialization/nvp.hpp>
#include "CXXR/SEXP_downcast.hpp"
Go to the source code of this file.
Namespaces |
namespace | CXXR |
| Namespace for the CXXR project.
|
Detailed Description
Class CXXR::FunctionBase and associated C interface functions.
Function Documentation
Get function tracing status.
- Parameters:
-
- Returns:
- Refer to 'R Internals' document. Returns 0 if x is a null pointer.
void SET_RTRACE |
( |
SEXP |
x, |
|
|
int |
v |
|
) |
| |
|
inline |
Set function tracing status.
- Parameters:
-
x | Pointer to a CXXR::FunctionBase (checked), or a null pointer. |
v | The desired tracing status: non-zero if tracing is required. |