[Rcpp-devel] overloaded methods

2014-08-27 Thread Chaomei Lo
Sorry to bug you all, I accidently sent a wrong message few minutes ago. I have posted this problem few days ago, can anybody helps me with this compilation error ? I do not have idea why there is no matching function... It is from Romain's example - http://lists.r-forge.r-project.org/pipermail/rc

[Rcpp-devel] overloaded methods in modules

2010-11-18 Thread Romain Francois
Hello, Up to now, a class exposed by a module could only have one method of a given name. I've now lifted that restriction by applying the same sort of trickery as in this thread: http://article.gmane.org/gmane.comp.lang.r.rcpp/929 Consider this simple C++ class : class Randomizer { public: