Skip to content
Prev 2157 / 10988 Next

[Rcpp-devel] Creating pointers to objects and wrapping them

Le 18/04/11 10:04, schattenpflanze at arcor.de a ?crit :
I see. There is no easy way to do this. But there should. This makes a 
nice item for someone's TODO list.

I don't have much spare time ATM, anyone with the required skills or a 
budget to fund such an extension to Rcpp modules ?


The way you try to implement it would require the class B to be 
wrappable. You can have a look at the Rcpp-extending vignette for how to 
enable wrap for custom classes.

Romain