Re: [R] Rcpp and Object Factories

2011-06-09 Thread Nick Sabbe
juni 2011 21:03 > To: r-help@r-project.org > Subject: [R] Rcpp and Object Factories > > Hello, > I'm not exactly sure how to ask this question, but let me give it a > shot... > > Is it possible (easy) to use Rcpp Modules in conjunction with object > factories

[R] Rcpp and Object Factories

2011-06-09 Thread Michael King
Hello, I'm not exactly sure how to ask this question, but let me give it a shot... Is it possible (easy) to use Rcpp Modules in conjunction with object factories? For example what I am trying to do is something like this: // c++ classes class Foo { public: void do_something() {}; }; clas