|
CXXR (C++ R)
|
#include "CXXR/BuiltInFunction.h"#include <cstdarg>#include "Internal.h"#include "CXXR/ArgList.hpp"#include "CXXR/DotInternal.h"#include "CXXR/FunctionContext.hpp"#include "CXXR/PlainContext.hpp"#include "CXXR/ProtectStack.h"#include "CXXR/GCStackRoot.hpp"#include "CXXR/RAllocStack.h"#include "CXXR/Symbol.h"#include "CXXR/errors.h"#include "R_ext/Print.h"
Namespaces | |
| namespace | CXXR |
| Namespace for the CXXR project. | |
Variables | |
| const char *(* | CXXR::ForceNonInline::PRIMNAMEp )(SEXP x) = PRIMNAME |
| int(* | CXXR::ForceNonInline::PRIMOFFSETp )(SEXP x) = PRIMOFFSET |
| unsigned int(* | CXXR::ForceNonInline::PRIMVALp )(SEXP x) = PRIMVAL |
Implementation of class CXXR::BuiltInFunction and associated C interface.
1.8.1