Rcpp Version 1.0.9
RcppCommon.h File Reference
#include <Rcpp/r/headers.h>
#include <iterator>
#include <exception>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <list>
#include <map>
#include <set>
#include <stdexcept>
#include <vector>
#include <deque>
#include <functional>
#include <numeric>
#include <algorithm>
#include <complex>
#include <cfloat>
#include <limits>
#include <typeinfo>
#include <utility>
#include <Rcpp/sprintf.h>
#include <R_ext/Callbacks.h>
#include <R_ext/Visibility.h>
#include <Rcpp/utils/tinyformat.h>
#include <Rmath.h>
#include <Rcpp/sugar/undoRmath.h>
#include <Rcpp/storage/storage.h>
#include <Rcpp/protection/protection.h>
#include <Rcpp/routines.h>
#include <Rcpp/exceptions.h>
#include <Rcpp/proxy/proxy.h>
#include <Rcpp/lang.h>
#include <Rcpp/complex.h>
#include <Rcpp/barrier.h>
#include <Rcpp/Interrupt.h>
#include <Rcpp/longlong.h>
#include <Rcpp/internal/na.h>
#include <Rcpp/internal/NAComparator.h>
#include <Rcpp/internal/NAEquals.h>
#include <Rcpp/traits/traits.h>
#include <Rcpp/Named.h>
#include <Rcpp/internal/caster.h>
#include <Rcpp/internal/r_vector.h>
#include <Rcpp/r_cast.h>
#include <Rcpp/api/bones/bones.h>
#include <Rcpp/internal/export.h>
#include <Rcpp/internal/r_coerce.h>
#include <Rcpp/as.h>
#include <Rcpp/InputParameter.h>
#include <Rcpp/is.h>
#include <Rcpp/vector/VectorBase.h>
#include <Rcpp/vector/MatrixBase.h>
#include <Rcpp/internal/ListInitialization.h>
#include <Rcpp/internal/Proxy_Iterator.h>
#include <Rcpp/internal/SEXP_Iterator.h>
#include <Rcpp/internal/converter.h>
#include <Rcpp/print.h>
#include <Rcpp/algo.h>
#include <Rcpp/sugar/sugar_forward.h>
#include <Rcpp/iostream/Rstreambuf.h>
#include <Rcpp/internal/wrap.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::traits
 traits used to dispatch wrap
 
 Rcpp::internal
 internal implementation details
 

Macros

#define RcppExport   extern "C" attribute_visible
 

Functions

SEXP Rcpp::Rcpp_fast_eval (SEXP expr, SEXP env)
 
SEXP Rcpp::Rcpp_eval (SEXP expr, SEXP env)
 
attribute_hidden SEXP Rcpp::Rcpp_precious_preserve (SEXP object)
 
attribute_hidden void Rcpp::Rcpp_precious_remove (SEXP token)
 
SEXP Rcpp::internal::Rcpp_eval_impl (SEXP expr, SEXP env)
 
SEXP Rcpp::Rcpp_PreserveObject (SEXP x)
 
void Rcpp::Rcpp_ReleaseObject (SEXP x)
 
SEXP Rcpp::Rcpp_ReplaceObject (SEXP x, SEXP y)
 
SEXP Rcpp::Rcpp_PreciousPreserve (SEXP object)
 
void Rcpp::Rcpp_PreciousRelease (SEXP token)
 
template<typename Class >
SEXP Rcpp::internal::make_new_object (Class *ptr)
 

Macro Definition Documentation

◆ RcppExport

#define RcppExport   extern "C" attribute_visible