CXXR (C++ R)
Namespaces | Variables
BuiltInFunction.cpp File Reference

($Id: BuiltInFunction.cpp 1390 2013-06-11 14:41:41Z arr $)

#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"
Include dependency graph for BuiltInFunction.cpp:

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

Detailed Description

Implementation of class CXXR::BuiltInFunction and associated C interface.