RInside Version 0.2.16
|
Go to the source code of this file.
Classes | |
class | Foo |
Namespaces | |
Rcpp | |
Functions | |
template<> | |
SEXP | Rcpp::wrap (const Foo &foo) |
template<> | |
Foo | Rcpp::as (SEXP sexp) |
Foo | swapFoo (Foo &input) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 74 of file rinside_sample16.cpp.
References Foo::a, Foo::b, RInside::parseEvalNT(), and swapFoo().
Definition at line 69 of file rinside_sample16.cpp.
References Foo::a, and Foo::b.
Referenced by main(), and test_callbacks().