[Rcpp-commits] r1155 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 4 08:25:27 CEST 2010
Author: romain
Date: 2010-05-04 08:25:27 +0200 (Tue, 04 May 2010)
New Revision: 1155
Modified:
pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h
Log:
dont commit before the third cup of coffee
Modified: pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h 2010-05-04 06:07:21 UTC (rev 1154)
+++ pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h 2010-05-04 06:25:27 UTC (rev 1155)
@@ -27,10 +27,11 @@
#define RCPP_FUNCTION_0(__OUT__,__NAME__) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 0 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
\
) ) ; \
} \
@@ -46,10 +47,11 @@
#define RCPP_FUNCTION_1(__OUT__,__NAME__, ___0) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 1 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0 \
) ) ; \
} \
@@ -65,10 +67,11 @@
#define RCPP_FUNCTION_2(__OUT__,__NAME__, ___0, ___1) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 2 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1 \
) ) ; \
} \
@@ -84,10 +87,11 @@
#define RCPP_FUNCTION_3(__OUT__,__NAME__, ___0, ___1, ___2) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 3 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2 \
) ) ; \
} \
@@ -103,10 +107,11 @@
#define RCPP_FUNCTION_4(__OUT__,__NAME__, ___0, ___1, ___2, ___3) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 4 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3 \
) ) ; \
} \
@@ -122,10 +127,11 @@
#define RCPP_FUNCTION_5(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 5 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4 \
) ) ; \
} \
@@ -141,10 +147,11 @@
#define RCPP_FUNCTION_6(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 6 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5 \
) ) ; \
} \
@@ -160,10 +167,11 @@
#define RCPP_FUNCTION_7(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 7 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6 \
) ) ; \
} \
@@ -179,10 +187,11 @@
#define RCPP_FUNCTION_8(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 8 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7 \
) ) ; \
} \
@@ -198,10 +207,11 @@
#define RCPP_FUNCTION_9(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 9 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8 \
) ) ; \
} \
@@ -217,10 +227,11 @@
#define RCPP_FUNCTION_10(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 10 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9 \
) ) ; \
} \
@@ -236,10 +247,11 @@
#define RCPP_FUNCTION_11(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 11 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10 \
) ) ; \
} \
@@ -255,10 +267,11 @@
#define RCPP_FUNCTION_12(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 12 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11 \
) ) ; \
} \
@@ -274,10 +287,11 @@
#define RCPP_FUNCTION_13(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 13 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12 \
) ) ; \
} \
@@ -293,10 +307,11 @@
#define RCPP_FUNCTION_14(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 14 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13 \
) ) ; \
} \
@@ -312,10 +327,11 @@
#define RCPP_FUNCTION_15(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 15 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14 \
) ) ; \
} \
@@ -331,10 +347,11 @@
#define RCPP_FUNCTION_16(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 16 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15 \
) ) ; \
} \
@@ -350,10 +367,11 @@
#define RCPP_FUNCTION_17(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 17 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16 \
) ) ; \
} \
@@ -369,10 +387,11 @@
#define RCPP_FUNCTION_18(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 18 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17 \
) ) ; \
} \
@@ -388,10 +407,11 @@
#define RCPP_FUNCTION_19(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 19 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18 \
) ) ; \
} \
@@ -407,10 +427,11 @@
#define RCPP_FUNCTION_20(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 20 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19 \
) ) ; \
} \
@@ -426,10 +447,11 @@
#define RCPP_FUNCTION_21(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 21 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20 \
) ) ; \
} \
@@ -445,10 +467,11 @@
#define RCPP_FUNCTION_22(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 22 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21 \
) ) ; \
} \
@@ -464,10 +487,11 @@
#define RCPP_FUNCTION_23(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 23 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22 \
) ) ; \
} \
@@ -483,10 +507,11 @@
#define RCPP_FUNCTION_24(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 24 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23 \
) ) ; \
} \
@@ -502,10 +527,11 @@
#define RCPP_FUNCTION_25(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 25 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24 \
) ) ; \
} \
@@ -521,10 +547,11 @@
#define RCPP_FUNCTION_26(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 26 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25 \
) ) ; \
} \
@@ -540,10 +567,11 @@
#define RCPP_FUNCTION_27(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 27 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26 \
) ) ; \
} \
@@ -559,10 +587,11 @@
#define RCPP_FUNCTION_28(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 28 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27 \
) ) ; \
} \
@@ -578,10 +607,11 @@
#define RCPP_FUNCTION_29(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 29 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28 \
) ) ; \
} \
@@ -597,10 +627,11 @@
#define RCPP_FUNCTION_30(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 30 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29 \
) ) ; \
} \
@@ -616,10 +647,11 @@
#define RCPP_FUNCTION_31(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29, ___30) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 31 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29, #___30 \
) ) ; \
} \
@@ -635,10 +667,11 @@
#define RCPP_FUNCTION_32(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29, ___30, ___31) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 32 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29, #___30, #___31 \
) ) ; \
} \
@@ -654,10 +687,11 @@
#define RCPP_FUNCTION_33(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29, ___30, ___31, ___32) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 33 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29, #___30, #___31, #___32 \
) ) ; \
} \
@@ -673,10 +707,11 @@
#define RCPP_FUNCTION_34(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29, ___30, ___31, ___32, ___33) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 34 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29, #___30, #___31, #___32, #___33 \
) ) ; \
} \
@@ -692,10 +727,11 @@
#define RCPP_FUNCTION_35(__OUT__,__NAME__, ___0, ___1, ___2, ___3, ___4, ___5, ___6, ___7, ___8, ___9, ___10, ___11, ___12, ___13, ___14, ___15, ___16, ___17, ___18, ___19, ___20, ___21, ___22, ___23, ___24, ___25, ___26, ___27, ___28, ___29, ___30, ___31, ___32, ___33, ___34) \
extern "C" SEXP __NAME__##__rcpp_info__( ){ \
- return Rcpp::List( \
+ using Rcpp::_ ; \
+ return Rcpp::List::create( \
_["n"] = 35 , \
_["out"] = #__OUT__ , \
- _["in"] = CharacterVector::create( \
+ _["in"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24, #___25, #___26, #___27, #___28, #___29, #___30, #___31, #___32, #___33, #___34 \
) ) ; \
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/rcpp -r 1155
More information about the Rcpp-commits
mailing list